-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 852 Bytes
/
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
{
"name": "itg-infoskarm-api",
"version": "2.0.0",
"main": "dist/main.js",
"repository": "https://github.com/joel-eriksson/ITG-Infoskarm-API.git",
"author": "Joel Ericsson <joel.eriksson@protonmail.com>",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"start": "node dist/main.js",
"build": "tsc",
"dev": "tsc -w",
"docs": "typedoc --out docs src --name 'ITG-Infoskarm API' --readme README.md"
},
"dependencies": {
"aws4": "^1.11.0",
"axios": "^0.21.1",
"chalk": "^4.1.0",
"firebase-admin": "^9.6.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"typescript": "^4.2.3",
"url-slug": "^3.0.1"
},
"devDependencies": {
"@types/aws4": "^1.5.1",
"@types/moment-timezone": "^0.5.30",
"@types/node": "^14.14.37",
"typedoc": "^0.20.35"
}
}