create-prpc-app
Version:
Create brand new pRPC app within seconds
42 lines • 993 B
JSON
{
"name": "create-prpc-app",
"version": "0.1.19",
"private": false,
"files": [
"dist",
"templates"
],
"main": "dist/index.js",
"bin": {
"create-prpc-app": "dist/index.js"
},
"dependencies": {
"chalk": "^4.1.0",
"fs-extra": "^10.1.0",
"inquirer": "^8.2.4",
"ora": "^5.4.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^9.0.0",
"@types/node": "^18.6.4",
"@types/ora": "^3.2.0",
"@typescript-eslint/parser": "^5.44.0",
"ts-node": "^10.9.1",
"tsc-alias": "^1.7.0",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.9.4"
},
"description": "Create brand new pRPC app within seconds",
"keywords": [
"pRPC",
"Bling",
"SolidStart"
],
"scripts": {
"build": "rm -rf dist && tsc -p . && tsc-alias -p tsconfig.json",
"test:ts": "ts-node -r tsconfig-paths/register src",
"test:js": "node dist/index.js",
"lint": "eslint . --fix --ext .ts,.tsx,.js,.jsx"
}
}