-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
46
47
48
49
{
"name": "nmbin",
"version": "1.0.0",
"description": "nmbin",
"main": "dist/server.js",
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nimplex/nmbin.git"
},
"keywords": [
"typescript",
"javascript",
"gulp",
"website",
"express"
],
"author": "Nimplex",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Nimplex/personal-website/issues"
},
"homepage": "https://github.com/Nimplex/personal-website#readme",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"helmet": "^4.4.1",
"mongoose": "^5.10.1",
"nanoid": "^3.1.20",
"pug": "^3.0.1"
},
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/express": "^4.17.11",
"@types/express-rate-limit": "^5.1.1",
"@types/helmet": "^4.0.0",
"@types/mongoose": "^5.10.1",
"@types/nanoid": "^2.1.0",
"@types/node": "^14.14.22",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-sass": "^4.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"typescript": "^4.1.3"
}
}