{
  "name": "sundi",
  "version": "1.0.3",
  "description": "my first npm package",
  "main": "index.js",
  "scripts": {
    "build": "webpack",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "sun",
    "npm"
  ],
  "author": "Sun",
  "license": "MIT",
  "dependencies": {
    "path": "^0.12.7"
  },
  "devDependencies": {
    "webpack": "^4.22.0",
    "webpack-cli": "^3.1.2"
  }
}
