rage-framework/rpc/package.json

23 lines
502 B
JSON
Raw Permalink Normal View History

2024-08-15 19:47:22 +00:00
{
2024-09-15 18:32:39 +00:00
"name": "rage-fw-rpc",
2024-08-15 19:47:22 +00:00
"version": "0.1.0",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"watch": "tsc -w",
"build": "tsup",
"start": "npx ./dist create"
},
"files": [
"dist/**/*"
],
"description": "CLI to scaffold a template project for RageFW",
"keywords": [],
"author": "rilaxik",
"license": "ISC",
"devDependencies": {
"prettier": "^3.3.2",
"typescript": "^5.4.5"
}
}