-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.65 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.65 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@nnmt/platform-hyper-express",
"version": "0.4.0",
"description": "Hyper-express Adapter for NestJS (@nnmt/platform-hyper-express)",
"author": "Nguyen Nhat Minh Tu",
"license": "MIT",
"homepage": "https://github.com/cpfriend1721994/platform-hyper-express",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/platform-hyper-express"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cpfriend1721994/platform-hyper-express.git",
"directory": "platform-hyper-express"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"hyper-express": "^6.15.2",
"live-directory": "^3.0.3",
"tslib": "^2.6.2"
},
"devDependencies": {
"@nestjs/testing": "^10.0.0",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"mime": "^4.0.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
},
"bugs": {
"url": "https://github.com/cpfriend1721994/platform-hyper-express/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"build": "rm -rf dist/* && tsc --build tsconfig.json",
"publish": "rm -rf dist/* && tsc --build tsconfig.json && npm publish --access public"
},
"keywords": [
"nestjs",
"nodejs",
"hyper-express",
"express",
"platform",
"typescript",
"javascript",
"js platform",
"nestjs platform",
"high-performance"
]
}