-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "airbasix",
"version": "0.3.0",
"description": "AirBasix synchronizes airtable bases to wix collections with the help of wix cron jobs.",
"main": "./lib/AirBasix.js",
"types": "./lib/airbasix.d.ts",
"scripts": {
"lint": "eslint '*/**/*.{js,ts,tsx}'",
"prepare": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rezalas/AirBasix.git"
},
"keywords": [
"airtable",
"wix",
"wixcode",
"velo",
"airtable-scripts"
],
"dependencies": {
"airtable": "^0.11.1",
"wix-data": ""
},
"devDependencies": {
"@types/node": "^16.9.0",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "4.31.0",
"eslint": "^7.32.0",
"semver": "7.3.5",
"typescript": "^4.4.2"
},
"files": [
"/README.md",
"/LICENSE",
"/lib/"
],
"author": "Paul McDowell",
"license": "MIT",
"bugs": {
"url": "https://github.com/rezalas/AirBasix/issues"
},
"homepage": "https://github.com/rezalas/AirBasix#readme"
}