• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "wp",
3  "version": "1.0.0",
4  "description": "",
5  "main": "index.js",
6  "icon": "images/icon.png",
7  "scripts": {
8    "test": "echo \"Error: no test specified\" && exit 1",
9    "dist": "npx webpack -c webpack.dist.config.js"
10  },
11  "keywords": [],
12  "author": "",
13  "license": "ISC",
14  "devDependencies": {
15    "webpack": "^5.64.4",
16    "webpack-cli": "^4.9.1"
17  },
18  "dependencies": {
19    "vsce": "^2.11.0"
20  }
21}
22