-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 886 Bytes
/
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
{
"name": "moscowjs-airtable",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "lint-staged",
"start": "node src/index.js",
"start:dev": "nodemon -r dotenv/config src/index.js"
},
"keywords": [],
"author": "Mikhail Garbuzov <madmxg@gmail.com>",
"license": "ISC",
"dependencies": {
"airtable": "^0.7.2",
"axios": "^0.19.0",
"dotenv": "^8.2.0",
"fs-extra": "^8.1.0",
"p-limit": "^2.2.1"
},
"devDependencies": {
"@types/airtable": "^0.5.6",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"nodemon": "^1.19.4",
"prettier": "^1.18.2"
}
}