create-rush-pnpm
Version:
a mono repo build tool using rush and pnpm, and start-up with tsup
26 lines • 589 B
JSON
{
"name": "create-rush-pnpm",
"version": "0.0.7",
"description": "a mono repo build tool using rush and pnpm, and start-up with tsup",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "./bin/create-rush-pnpm",
"author": "weykon <635883092@qq.com>",
"license": "ISC",
"devDependencies": {},
"bin": {
"create-rush-pnpm": "./bin/create-rush-pnpm"
},
"keywords": [
"tsup",
"ts-node",
"ts run",
"complie",
"rush",
"pnpm"
],
"repository": {
"url": "https://github.com/weykon/create-rush-pnpm.git"
}
}