clientjs/packages/dashboard-components/package.json
changeset 6 819a7ab4e3fb
parent 0 5f4fcbc80b37
child 8 24a3d661309f
equal deleted inserted replaced
5:b26c9c44dd84 6:819a7ab4e3fb
     1 {
     1 {
     2   "name": "dashboard-components",
     2   "name": "dashboard-components",
     3   "version": "1.0.0",
     3   "version": "1.0.0",
     4   "description": "",
     4   "description": "",
     5   "main": "lib/dashboard-components.js",
     5   "main": "./lib",
       
     6   "directories": {
       
     7     "lib": "./lib"
       
     8   },
     6   "scripts": {
     9   "scripts": {
     7     "start": "webpack-cli --watch --mode=development",
    10     "start": "webpack-cli --watch --mode=development",
     8     "build": "webpack-cli --mode=production",
    11     "build": "webpack-cli --mode=production",
     9     "prepublish": "npm run build"
    12     "prepublish": "npm run build"
    10   },
    13   },