forked from digidem/airtable-github-export
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 813 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
{
"name": "airtable-github-json-export",
"version": "1.0.0",
"description": "Export airtable tables to json in Github",
"main": "airtable-export.js",
"bin": "airtable-export.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sylvain Lesage",
"license": "GPL-3.0-only",
"dependencies": {
"@octokit/rest": "^16.43.1",
"airtable": "^0.8.1",
"dotenv": "^8.2.0",
"json-stable-stringify": "^1.0.1"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/severo/airtable-github-json-export.git"
},
"bugs": {
"url": "https://github.com/severo/airtable-github-json-export/issues"
},
"homepage": "https://github.com/severo/airtable-github-json-export#readme"
}