@iprokit/service
Version:
Powering distributed systems with simplicity and speed.
64 lines (63 loc) • 1.29 kB
JSON
{
"name": "@iprokit/service",
"version": "1.0.0",
"publishConfig": {
"access": "public"
},
"description": "Powering distributed systems with simplicity and speed.",
"repository": {
"type": "git",
"url": "git+https://github.com/iprokit/service.git"
},
"keywords": [
"http",
"rest-api",
"scp",
"rpc",
"remote-procedure-call",
"inter-service-communication",
"distributed-messaging",
"broadcast",
"remote-calls",
"remote-functions",
"sdp",
"service-discovery",
"service-registry",
"microservices",
"service-framework",
"distributed-systems"
],
"author": {
"name": "Rutvik Katuri",
"email": "rutvik.katuri@iprotechs.com"
},
"license": "Apache-2.0",
"homepage": "https://github.com/iprokit/service",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*",
"README.md",
"CHANGELOG.md",
"LICENSE",
"NOTICE"
],
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"format": "prettier --write .",
"test": "mocha -r ts-node/register test/index.test.ts",
"build": "tsc",
"watch": "tsc --watch",
"prepare": "npm run build"
},
"devDependencies": {
"typescript": "5.4.5",
"@types/node": "22.15.29",
"mocha": "11.5.0",
"@types/mocha": "10.0.10",
"ts-node": "10.9.2",
"prettier": "3.5.3"
}
}