1{ 2 "name": "ApDump", 3 "version": "1.0.0", 4 "description": "Ap Parse", 5 "main": "main.js", 6 "scripts": { 7 "build": "npx webpack" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "" 12 }, 13 "author": "", 14 "license": "Apache License", 15 "devDependencies": { 16 "webpack": "^5.64.4", 17 "webpack-cli": "^4.9.1" 18 } 19} 20