-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 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
{
"name": "crypto-notepad-backend",
"version": "1.0.0",
"description": "",
"main": "build/server.js",
"scripts": {
"build": "tsc",
"start": "node build/src/server.js",
"dev": "nodemon",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhlfrfufyfn/crypto-notepad-backend.git"
},
"author": "jhlfrfufyfn",
"license": "MIT",
"bugs": {
"url": "https://github.com/jhlfrfufyfn/crypto-notepad-backend/issues"
},
"homepage": "https://github.com/jhlfrfufyfn/crypto-notepad-backend#readme",
"devDependencies": {
"@types/config": "^3.3.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/jest": "^29.1.1",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "^18.7.23",
"@types/uuid": "^8.3.4",
"nodemon": "^2.0.20",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"dependencies": {
"config": "^3.3.8",
"cors": "^2.8.5",
"eciesjs": "^0.3.15",
"express": "^4.18.1",
"gm-crypto": "^0.1.8",
"jsonwebtoken": "^8.5.1",
"pg": "^8.8.0",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.3.10",
"uuid": "^9.0.0"
}
}