-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 810 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 810 Bytes
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
{
"name": "@gatewayapps/ims-hub-services",
"version": "2.0.0",
"main": "./dist/index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/gatewayapps/ims-hub-services.git"
},
"dependencies": {
"debug": "^4.1.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.11",
"redis": "^4.0.0",
"waait": "^1.0.4"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.35",
"@types/jest": "^27.0.3",
"@types/node": "^11.13.7",
"jest": "^24.7.1",
"prettier": "^1.17.0",
"prettier-tslint": "^0.4.2",
"ts-jest": "^24.0.2",
"tslint": "^5.16.0",
"typescript": "^4.5.2"
},
"scripts": {
"test": "jest",
"prepublishOnly": "yarn test && yarn build",
"build": "npx tsc"
}
}