-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 1.02 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
{
"name": "new-eden-webapi",
"version": "1.63.0",
"description": "Chingy Chonga web api abstraction for eve online account management",
"author": "Jeremy Shore (Chingy Chonga)",
"scripts": {
"clean": "rm -rf out",
"build": "tsc -p ./src",
"build-prod": "npm run build && docker build -t new-eden-webapi ."
},
"dependencies": {
"@google-cloud/logging": "^11.0.0",
"@hapi/boom": "^10.0.1",
"@hapi/hapi": "^21.3.2",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"crypto-js": "^4.2.0",
"date-fns": "^2.30.0",
"firebase-admin": "~11.11.1",
"googleapis": "^129.0.0",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"node-esi-stackdriver": "^1.0.38",
"node-fetch": "^2.7.0",
"query-string": "^8.1.0"
},
"devDependencies": {
"@types/crypto-js": "^4.2.1",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.10.4",
"@types/node-fetch": "^2.6.9",
"tslib": "^2.6.2",
"tslint": "^6.1.3",
"typescript": "^5.3.3"
}
}