mirror of https://github.com/alibaba/ice.git
44 lines
908 B
JSON
44 lines
908 B
JSON
{
|
|
"name": "@ice/plugin-stream-error",
|
|
"version": "1.0.3",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./esm/index.d.ts",
|
|
"import": "./esm/index.js",
|
|
"default": "./esm/index.js"
|
|
},
|
|
"./head-stream-error": "./esm/components/headStreamErrorRecoverScript.js"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"head-stream-error": [
|
|
"./esm/components/headStreamErrorRecoverScript.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"main": "./esm/index.js",
|
|
"types": "./esm/index.d.ts",
|
|
"files": [
|
|
"esm",
|
|
"!esm/**/*.map",
|
|
"*.d.ts"
|
|
],
|
|
"devDependencies": {
|
|
"@ice/app": "workspace:^"
|
|
},
|
|
"repository": {
|
|
"type": "http",
|
|
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-store"
|
|
},
|
|
"scripts": {
|
|
"watch": "tsc -w --sourceMap",
|
|
"build": "tsc"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|