@ice/template-pkg-monorepo-react
Version:
33 lines (32 loc) • 693 B
JSON
{
"name": "@ice/template-pkg-monorepo-react",
"version": "1.1.3",
"files": [
"template",
"!template/component/build",
"!template/component/pnpm-lock.yaml",
"!template/**/node_modules",
"!template/**/es2017",
"!template/**/esm"
],
"keywords": [
"icepkg",
"icepkg-template",
"icepkg-monorepo"
],
"author": {
"name": "ICE Team",
"email": "ice-admin@alibaba-inc.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ice-lab/material-templates/tree/master/packages/template-pkg-monorepo-react"
},
"publishConfig": {
"access": "public"
},
"materialConfig": {
"type": "react"
}
}