-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.69 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.69 KB
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": "aut-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "npm install && nodemon",
"start": "npm run build && node ./dist/server.js",
"testFlow": "npm run build && node ./dist/testFlow.js",
"test": "mocha -r ts-node/register --timeout 40000 test/*.spec.ts"
},
"repository": {
"type": "git"
},
"keywords": [
"$",
"npm",
"init"
],
"author": "",
"license": "ISC",
"dependencies": {
"@resvg/resvg-js": "^2.4.1",
"axios": "^0.27.2",
"body-parser": "^1.19.0",
"canvas": "^2.11.2",
"cookie-parser": "1.4.5",
"cors": "2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^8.0.0",
"ethers": "5.7.2",
"express": "^4.17.1",
"express-prom-bundle": "^5.1.5",
"express-rate-limit": "^6.3.0",
"express-slow-down": "^1.4.0",
"graphql-request": "^6.1.0",
"helmet": "^3.20.0",
"inversify": "^5.0.1",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.0",
"multer": "^1.4.5-lts.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"reflect-metadata": "^0.1.13",
"swagger-jsdoc": "^6.2.0",
"swagger-ui-express": "^4.3.0",
"twit": "^2.2.11",
"winston": "^3.2.1",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@types/express": "^4.17.1",
"@types/express-serve-static-core": "4.16.2",
"@types/mocha": "5.2.7",
"@types/node": "^20.11.0",
"@types/reflect-metadata": "^0.1.0",
"@types/request": "2.47.0",
"@types/request-promise": "4.1.41",
"chai": "^4.2.0",
"gh-pages": "^3.1.0",
"mocha": "^6.2.0",
"nodemon": "^1.19.1",
"ts-node": "^8.3.0",
"typemoq": "2.1.0",
"typescript": "^4.6.2"
}
}