mirror of https://github.com/alibaba/ice.git
32 lines
600 B
JSON
32 lines
600 B
JSON
{
|
|
"name": "@ice/rspack-config",
|
|
"version": "1.2.4",
|
|
"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",
|
|
"*.d.ts"
|
|
],
|
|
"dependencies": {
|
|
"@ice/bundles": "0.2.9",
|
|
"@ice/shared-config": "1.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@rspack/core": "0.5.7"
|
|
},
|
|
"scripts": {
|
|
"watch": "tsc -w --sourceMap",
|
|
"build": "tsc"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|