forked from Artsdatabanken/nin-data-lastejobb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.58 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.58 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "kverna",
"version": "1.0.0",
"description": "",
"engines": {
"node": ">=10.0.0"
},
"main": "index.js",
"scripts": {
"build": "node --max_old_space_size=4096 index",
"test": "node --max_old_space_size=4096 node_modules/.bin/jest",
"deploy": "firebase --token \"$FIREBASE_TOKEN\" -P adb-kode database:set -y / build/metabase.json",
"flow": "flow",
"precommit": "pretty-quick --staged",
"flow:check": "flow check ./src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bjornreppen/kverna.git"
},
"author": "Bjorn Reppen <bjornreppen@users.noreply.github.com> (https://github.com/bjornreppen)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bjornreppen/kverna/issues"
},
"homepage": "https://github.com/bjornreppen/kverna#readme",
"dependencies": {
"@artsdatabanken/typesystem": "^7.0.0",
"JSONStream": "^1.3.5",
"babel-eslint": "^10.0.0",
"csv": "^5.0.0",
"decompress-zip": "^0.3.1",
"eslint-config-airbnb-base": "^13.1.0",
"fs-extra": "^7.0.1",
"jimp": "^0.5.6",
"log-less-fancy": "^1.3.3",
"node-fetch": "^2.3.0",
"polygon-lookup": "^2.4.0",
"shapefile": "^0.6.6",
"sqlite3": "^4.0.4",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"eslint": "^5.9.0",
"flow-bin": "^0.87.0",
"husky": "^1.2.0",
"jest": "^23.6.0",
"lint-staged": "^8.1.0",
"prettier": "^1.15.2",
"pretty-quick": "^1.8.0"
}
}