{ "name": "@chartwerk/gauge-pod", "version": "0.6.1", "description": "Chartwerk gauge pod", "main": "dist/index.js", "scripts": { "build": "webpack --config build/prod.webpack.conf.js && webpack --config build/dev.webpack.conf.js", "dev": "webpack --watch --config build/dev.webpack.conf.js", "test": "echo \"Error: no test specified\" && exit 1", "update-core": "yarn up @chartwerk/core && yarn up @chartwerk/core@latest" }, "author": "CorpGlory", "license": "Apache-2.0", "dependencies": { "@chartwerk/core": "latest" }, "devDependencies": { "css-loader": "^3.4.2", "style-loader": "^1.1.3", "ts-loader": "^6.2.1", "typescript": "^3.8.3", "webpack": "^4.42.0", "webpack-cli": "^3.3.11" }, "packageManager": "yarn@3.2.1" }