@modulae.systems/rpc-server
Version:
An RPC server module
39 lines (38 loc) • 891 B
JSON
{
"name": "@modulae.systems/rpc-server",
"version": "1.0.3",
"description": "An RPC server module",
"keywords": [
"rpc",
"rpc-server"
],
"homepage": "http://ferdy.sg",
"bugs": {
"url": "https://github.com/FerdyLim/npm-typescript-rpc-server/issues",
"email": "contact@ferdinand.sg"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/FerdyLim/npm-typescript-rpc-server.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"author": "Ferdy Lim <contact@ferdinand.sg> (http://ferdy.sg)",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^22.15.3"
}
}