UNPKG

1.6 kBJSONView Raw
1{
2 "name": "@wmfs/supercopy",
3 "version": "1.25.0",
4 "description": "Takes a specifically-named directory structure of CSV files and conjures bulk insert, update and delete statements and applies them to a PostgreSQL database.",
5 "author": "West Midlands Fire Service",
6 "homepage": "https://github.com/wmfs/supercopy#readme",
7 "keywords": [
8 "tymly",
9 "package",
10 "postgres",
11 "postgresql",
12 "copy",
13 "import",
14 "csv"
15 ],
16 "license": "MIT",
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/wmfs/supercopy.git"
20 },
21 "bugs": {
22 "url": "https://github.com/wmfs/supercopy/issues"
23 },
24 "main": "./lib/index.js",
25 "dependencies": {
26 "async": "3.1.1",
27 "boom": "7.3.0",
28 "csv-string": "3.1.7",
29 "debug": "4.1.1",
30 "pg": "7.17.0",
31 "pg-copy-streams": "2.2.2",
32 "rimraf": "3.0.0",
33 "upath": "1.2.0"
34 },
35 "devDependencies": {
36 "chai": "4.2.0",
37 "codecov": "3.6.2",
38 "conventional-changelog-metahub": "4.0.0",
39 "cz-conventional-changelog": "3.0.2",
40 "mocha": "7.0.1",
41 "nyc": "15.0.0",
42 "semantic-release": "15.14.0",
43 "standard": "14.3.1",
44 "@semantic-release/changelog": "3.0.6",
45 "@semantic-release/git": "7.0.18",
46 "@wmfs/hl-pg-client": "1.14.0"
47 },
48 "scripts": {
49 "lint": "standard",
50 "test": "nyc mocha && standard",
51 "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
52 "semantic-release": "semantic-release"
53 },
54 "config": {
55 "commitizen": {
56 "path": "cz-conventional-changelog"
57 }
58 },
59 "publishConfig": {
60 "access": "public"
61 }
62}