mirror of https://github.com/alibaba/ice.git
29 lines
568 B
JSON
29 lines
568 B
JSON
{
|
|
"name": "@ice/webpack-modify",
|
|
"version": "1.0.0",
|
|
"repository": "alibaba/ice",
|
|
"bugs": "https://github.com/alibaba/ice/issues",
|
|
"homepage": "https://v3.ice.work",
|
|
"type": "module",
|
|
"main": "./esm/index.js",
|
|
"exports": "./esm/index.js",
|
|
"files": [
|
|
"esm",
|
|
"!esm/**/*.map"
|
|
],
|
|
"dependencies": {
|
|
"consola": "^2.15.3"
|
|
},
|
|
"devDependencies": {
|
|
"@ice/webpack-config": "^1.0.0",
|
|
"webpack": "^5.88.0"
|
|
},
|
|
"scripts": {
|
|
"watch": "tsc -w --sourceMap",
|
|
"build": "tsc"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|