-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.8 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "internship",
"version": "1.0.0",
"description": "",
"main": "src/server.ts",
"scripts": {
"build": "ts-node",
"serve": "ts-node src/server.ts",
"start": "nodemon -L",
"test-init": "./node_modules/jasmine/bin/jasmine.js init",
"test": "ts-node ./node_modules/jasmine/bin/jasmine.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"avj": "^0.0.0",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"knex": "^2.2.0",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-graceful-shutdown": "^1.2.1",
"koa-jwt": "^4.0.3",
"koa-router": "^11.0.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.19",
"objection": "^3.0.1",
"pg": "^8.7.3",
"superagent": "^8.0.0",
"ts-node-dev": "^2.0.0"
},
"devDependencies": {
"@swc/core": "^1.2.218",
"@swc/helpers": "^0.4.3",
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jasmine": "^4.0.3",
"@types/jsonwebtoken": "^8.5.8",
"@types/koa__router": "^8.0.11",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa-router": "^7.4.4",
"@types/morgan": "^1.9.3",
"@types/node-fetch": "^2.6.2",
"@types/pg": "^8.6.5",
"@types/supertest": "^2.0.12",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"jasmine": "^4.3.0",
"jasmine-supertest": "^1.0.0",
"jasmine-ts": "^0.4.0",
"jasmine-ts-console-reporter": "^3.1.1",
"regenerator-runtime": "^0.13.9",
"supertest": "^6.2.4",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}