JsonRPC/package.json

25 lines
628 B
JSON

{
"name": "@hibas123/SimpleRPC",
"version": "1.0.0",
"main": "lib/index.js",
"license": "MIT",
"packageManager": "yarn@3.1.1",
"scripts": {
"start": "ts-node src/index.ts",
"test": "npm run start -- compile examples/example.binc -o=ts-node:examples/out && ts-node examples/test.ts"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^17.0.5",
"@types/yargs": "^17.0.8",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"dependencies": {
"chalk": "4",
"debug": "^4.3.3",
"prettier": "^2.5.1",
"yargs": "^17.3.1"
}
}