| 12345678910111213141516 |
- {
- "name": "test",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "build": "webpack --config webpack.config.js"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "webpack": "^5.24.2",
- "webpack-cli": "^4.5.0"
- }
- }
|