-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 884 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": "coe-active911",
"type": "module",
"prviate": true,
"version": "2.9.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint *.ts",
"build": "tsc --build",
"test": "exit 0"
},
"author": "Nick Ingalls <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/jsonwebtoken": "^9.0.1",
"eslint": "^8.31.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"typescript-eslint": "^7.7.0"
},
"dependencies": {
"@sinclair/typebox": "^0.32.20",
"@tak-ps/etl": "^4.3.0",
"@types/geojson": "^7946.0.10",
"@types/tough-cookie": "^4.0.5",
"csv-parse": "^5.5.3",
"http-cookie-agent": "^6.0.5",
"moment": "^2.30.1",
"moment-timezone": "^0.5.44",
"tough-cookie": "^4.1.4"
}
}