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 }, 10 "keywords": [], 11 "author": "", 12 "license": "ISC", 13 "devDependencies": { 14 "webpack": "^5.64.4", 15 "webpack-cli": "^4.9.1" 16 }, 17 "dependencies": { 18 "vsce": "^2.11.0" 19 } 20} 21