kite-framework
Version:
Modern, fast, flexible HTTP-JSON-RPC framework
41 lines (40 loc) • 1.13 kB
JSON
{
"name": "kite-framework",
"version": "0.5.11",
"description": "Modern, fast, flexible HTTP-JSON-RPC framework",
"scripts": {
"setup": "npm install",
"build": "tsc && cp ./{package.json,README.md} dist/",
"pub": "pushd ./dist && npm publish --registry=https://registry.npmjs.org && popd",
"clean": "rm -rf ./dist",
"typedoc": "typedoc --out ./api_docs --mode modules --tsconfig ./tsconfig.json ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kite-js/kite.git"
},
"keywords": [
"Typescript",
"RPC",
"framework",
"kite"
],
"engines": {
"node": ">=8.0.0"
},
"author": "Arthur Xie",
"license": "MIT",
"bugs": {
"url": "https://github.com/kite-js/kite/issues"
},
"homepage": "https://github.com/kite-js/kite#readme",
"dependencies": {
"@types/node": "^14.0.10",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"tslint": "^6.1.2",
"typedoc": "^0.17.7",
"typescript": "^3.9.3"
}
}