mirror of https://github.com/alibaba/ice.git
33 lines
710 B
JSON
33 lines
710 B
JSON
{
|
|
"name": "@ice/plugin-pha",
|
|
"version": "1.0.0",
|
|
"description": "plugin for PHA",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./esm/index.js",
|
|
"types": "./esm/index.d.ts",
|
|
"files": [
|
|
"esm",
|
|
"!esm/**/*.map"
|
|
],
|
|
"scripts": {
|
|
"watch": "tsc -w",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"consola": "^2.15.3",
|
|
"humps": "^2.0.1",
|
|
"lodash.clonedeep": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ice/types": "^1.0.0",
|
|
"@types/lodash.clonedeep": "^4.5.7",
|
|
"webpack": "^5.73.0",
|
|
"webpack-dev-server": "^4.9.2"
|
|
},
|
|
"repository": {
|
|
"type": "http",
|
|
"url": "https://github.com/ice-lab/ice-next/tree/master/packages/plugin-pha"
|
|
}
|
|
} |