-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 853 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 853 Bytes
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
{
"name": "coe-active911",
"type": "module",
"prviate": true,
"version": "3.9.0",
"description": "",
"main": "task.ts",
"scripts": {
"lint": "eslint *.ts",
"build": "tsc --build",
"test": "exit 0"
},
"author": "Nick Ingalls <nick@ingalls.ca>",
"license": "ISC",
"engines": {
"node": ">= 24"
},
"devDependencies": {
"@eslint/js": "^10.0.0",
"eslint": "^10.0.0",
"typescript": "^6.0.0",
"typescript-eslint": "^8.58.1"
},
"dependencies": {
"@sinclair/typebox": "^0.34.0",
"@tak-ps/etl": "^10.0.0",
"@types/tough-cookie": "^4.0.5",
"csv-parse": "^6.1.0",
"http-cookie-agent": "^7.0.2",
"moment-timezone": "^0.6.0",
"tough-cookie": "^5.1.2",
"undici": "^7.13.0"
}
}