files
rush-monorepo/projects/webpack2/package.json

18 lines
306 B
JSON

{
"name": "webpack2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1"
}
}