-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 769 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 769 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
{
"name": "ltcarchive",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"module": "es2022",
"scripts": {
"archive:letters": "ts-node-esm toolkit/archive/archiveletters.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fast-csv/format": "^4.3.5",
"@ip-location-db/asn-country": "^2.3.2022070918",
"@types/node": "^18.0.1",
"cheerio": "1.0.0-rc.12",
"chrono-node": "^2.3.9",
"csv-parse": "^5.3.0",
"dotenv": "^16.0.1",
"ip-num": "^1.4.0",
"kysely": "^0.20.0",
"node-fetch": "^3.2.6",
"pg": "^8.7.3",
"pg-cursor": "^2.7.3",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
}
}