Files
smartParsePro/webpack/package.json
2022-06-06 09:17:17 +08:00

17 lines
302 B
JSON

{
"name": "dist",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}