forked from rtm0x143/PUJAKwebAlgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1016 Bytes
/
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
{
"type": "module",
"name": "pujakwebalgs",
"version": "1.0.0",
"description": "repository for HITs team web project (module 6)",
"main": "index.js",
"scripts": {
"test": "node index.js",
"demon": "nodemon index.js",
"ngyp": "node-gyp",
"build:start": "node-gyp build && node index.js",
"rebuild:demon": "node-gyp rebuild && nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rtm0x143/PUJAKwebAlgs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rtm0x143/PUJAKwebAlgs/issues"
},
"homepage": "https://github.com/rtm0x143/PUJAKwebAlgs#readme",
"dependencies": {
"dotenv": "^16.0.0",
"downscale": "^1.0.6",
"express": "^4.17.3",
"express-handlebars": "^6.0.3",
"jsonwebtoken": "^8.5.1",
"node": "^17.7.2",
"node-gyp": "^9.0.0",
"typescript": "^4.6.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"node-addon-api": "^4.3.0",
"nodemon": "^2.0.15"
}
}