@pluginarch/create-parch
Version:
this is way to create a ui project
35 lines (34 loc) • 695 B
JSON
{
"name": "@pluginarch/create-parch",
"version": "1.0.25",
"author": "nari",
"description": "this is way to create a ui project",
"module": "nodenext",
"main": "dist/index.js",
"bin": {
"create-parch": "./bin/create-parch.js"
},
"scripts": {
"dev": "father dev",
"build": "father build",
"publish:all": "pnpm publish --no-git-checks",
"build:deps": "father prebundle"
},
"dependencies": {
"@umijs/utils": "^4.0.33"
},
"files": [
"dist",
"templates",
"bin"
],
"repository": "",
"keywords": [
"parch",
"plugins"
],
"license": "ISC",
"publishConfig": {
"access": "public"
}
}