will-api
Version:
Web API gateway adapter for moleculer
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "will-api",
"version": "1.0.13",
"description": "Web API gateway adapter for moleculer",
"main": "index.js",
"scripts": {
"build": "tsc --project ./",
"dev": "ts-node-dev src/test/test.index.ts",
"kn:api": "node dist/test/test.kn.api.js",
"kn:serv": "node dist/test/test.kn.serv.js",
"kn:web": "ts-node-dev src/test/test.kn.web.ts",
"test": "ts-node-dev src/test/test.kn.api.ts"
},
"keywords": [
"KnAPI",
"KnGateWay",
"Gateway",
"WebAPI"
],
"author": "tassun_oro@hotmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/tassun/will-api/issues"
},
"homepage": "https://github.com/tassun/will-api#readme",
"repository": {
"type": "git",
"url": "https://github.com/tassun/will-api.git"
},
"dependencies": {
"config": "^3.3.8",
"moleculer": "^0.14.24",
"moleculer-web": "^0.10.4",
"will-db": "^1.0.40",
"will-sql": "^1.0.23",
"will-util": "^1.0.6"
},
"devDependencies": {
"@types/node": "^18.11.5",
"mysql": "^2.18.1",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=15"
}
}