{ "name": "@chartwerk/core", "version": "0.6.12", "description": "Chartwerk core", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "webpack --config build/webpack.prod.conf.js", "dev": "webpack --config build/webpack.dev.conf.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitlab.com/chartwerk/core.git" }, "author": "CorpGlory Inc.", "license": "ISC", "dependencies": { "d3": "^5.7.2", "lodash": "^4.14.149" }, "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" } }