@litert/televoke
Version:
A simple RPC service framework.
50 lines (49 loc) • 1.37 kB
JSON
{
"name": "@litert/televoke",
"version": "1.2.0",
"description": "A simple RPC service framework.",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "npm run rebuild",
"build": "tsc -v && tsc -p .",
"rebuild": "npm run clean && npm run lint && npm run build",
"build-watch": "tsc -v && tsc -w -p .",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "mocha",
"prepare": "husky",
"clean": "rm -rf lib examples benchmarks test",
"lint": "./utils/eslint.sh"
},
"keywords": [
"litert",
"lrt",
"rpc"
],
"author": "Angus.Fenying <fenying@litert.org> (https://fenying.net)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/litert/televoke.js.git"
},
"bugs": {
"url": "https://github.com/litert/televoke.js/issues"
},
"homepage": "https://github.com/litert/televoke.js#readme",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@litert/eslint-plugin-rules": "^0.2.5",
"@litert/lwdfx": "^1.1.3",
"@litert/websocket": "^0.2.3",
"@types/mocha": "^10.0.6",
"@types/node": "^22.13.5",
"husky": "^9.0.11",
"mocha": "^11.1.0",
"typescript": "^5.4.4"
},
"engines": {
"node": ">=18.0.0"
}
}