12345678910111213141516 |
- {
- "name": "js",
- "version": "1.0.0",
- "description": "",
- "main": "info.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "uglifyjs-webpack-plugin": "^2.2.0",
- "webpack": "^4.47.0",
- "webpack-cli": "^4.10.0"
- }
- }
|