{ "name": "@chartwerk/bar-pod", "version": "0.4.3", "description": "Chartwerk bar pod", "main": "dist/index.js", "scripts": { "build": "webpack --config build/webpack.prod.conf.js && webpack --config build/webpack.dev.conf.js", "dev": "webpack --watch --config build/webpack.dev.conf.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitlab.com/chartwerk/bar-pod.git" }, "author": "CorpGlory", "license": "Apache-2.0", "dependencies": { "@chartwerk/core": "^0.5.0-beta3" }, "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" } }