-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 782 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 782 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
{
"name": "nest-utilities-client",
"version": "3.3.7",
"description": "Provides a generic HTTP service which interfaces with the nest-utilities package.",
"main": "distribution/index.js",
"scripts": {
"prepublishOnly": "npm run build",
"test": "npm run build",
"build": "tsc"
},
"dependencies": {},
"devDependencies": {
"tslint": "5.20.1",
"typescript": "4.9.5"
},
"repository": "git+https://github.com/MartinDrost/nest-utilities-client.git",
"author": "MartinDrost",
"license": "ISC",
"bugs": "https://github.com/MartinDrost/nest-utilities-client/issues",
"homepage": "https://github.com/MartinDrost/nest-utilities-client#readme",
"keywords": [
"nestjs",
"restful",
"nest-utilities",
"http",
"typescript"
]
}