-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "hydra-promoted",
"version": "3.2.3",
"description": "A package to be used along with hydra-express to provide middlewares and controllers with string notation and provide dependency injection capabilties",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": "https://github.com/abdoolly/hydra-promoted",
"author": "Abdallah Gamal",
"license": "MIT",
"scripts": {
"build": "tsc",
"patch": "npm version patch --no-git-tag-version",
"tonpm": "npm run build && npm run patch",
"test": "jest --forceExit --detectOpenHandles --verbose"
},
"dependencies": {
"fwsp-server-response": "^2.2.6",
"glob": "^7.1.4",
"hydra-promoted-express": "^1.0.3",
"inversify-manager": "^1.0.3"
},
"devDependencies": {
"@types/express": "^4.17.1",
"@types/glob": "^7.1.1",
"@types/jest": "^24.0.19",
"@types/node": "^12.7.4",
"jest": "^24.9.0",
"reflect-metadata": "^0.1.13",
"ts-jest": "^24.1.0",
"typescript": "^3.6.4"
},
"keywords": [
"hydra",
"hydra-express",
"microservices",
"ts-express",
"typescript",
"express-typescript",
"microservices-framwork",
"express-controllers",
"express-middlewares",
"express-dependency-injection",
"dependency-injection"
]
}