-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "y",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node ./index.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/express-session": "^1.17.4",
"axios": "^0.26.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-session": "^1.17.2",
"express-validator": "^6.14.0",
"jsonwebtoken": "^8.5.1",
"knex": "^1.0.7",
"pg": "^8.7.3",
"ts-node": "^10.7.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.12",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/express-validator": "^3.0.0",
"@types/jsonwebtoken": "^8.5.8",
"@types/knex": "^0.16.1",
"@types/mocha": "^9.1.0",
"@types/pg": "^8.6.5",
"@types/supertest": "^2.0.12",
"@types/uuid": "^8.3.4",
"mocha": "^9.2.2",
"supertest": "^6.2.2"
}
}