-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 995 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 995 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
35
36
37
{
"name": "airtable-github-export",
"version": "1.0.0",
"description": "Export airtable tables to json/geojson in Github",
"main": "airtable-export.js",
"bin": "airtable-export.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gregor MacLennan",
"license": "MIT",
"dependencies": {
"@mapbox/geojson-rewind": "^0.5.0",
"@mapbox/geojsonhint": "^3.0.0",
"airtable": "^0.8.1",
"debug": "^2.6.3",
"deep-equal": "^1.0.1",
"dotenv": "^4.0.0",
"hubfs.js": "^1.0.0",
"json-stable-stringify": "^1.0.1",
"run-parallel": "^1.1.6"
},
"devDependencies": {
"minimist": "^1.2.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digidem/airtable-github-export.git"
},
"resolutions": {
"minimist": "^1.2.5"
},
"bugs": {
"url": "https://github.com/digidem/irtable-github-export/issues"
},
"homepage": "https://github.com/digidem/airtable-github-export#readme"
}