-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 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
37
{
"name": "epb-data-warehouse-utils",
"version": "1.0.0",
"description": "Some node.js utilities for tasks useful to the data warehouse app",
"directories": {
"lib": "lib"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"populate_ons_postcode": "npm i && node lib/tasks/populate_ons_postcode.js",
"show_current_ons_postcode_version": "npm i && node lib/tasks/show_current_ons_postcode_version.js",
"fmt": "npx standard --fix lib/tasks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/communitiesuk/epb-data-warehouse.git"
},
"author": "",
"bugs": {
"url": "https://github.com/communitiesuk/epb-data-warehouse/issues"
},
"homepage": "https://github.com/communitiesuk/epb-data-warehouse#readme",
"engines": {
"node": "~20"
},
"dependencies": {
"csv-parse": "^5.5.3",
"csv-stream": "^0.2.0",
"fast-xml-parser": "^4.5.0",
"node-fetch": "^3.3.2",
"pg": "^8.13.1",
"pg-promise": "^11.10.2",
"got": "^14",
"unzipper": "^0.12.3"
}
}