-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.32 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
{
"name": "airtable-algolia-connector",
"version": "1.0.0",
"description": "A proxy website to allow Algolia's no-code connector to talk to Airtable's API.",
"main": "index.js",
"scripts": {
"vault": "netlify-plugin-vault-variables",
"vault:local": "NODE_ENV=development netlify-plugin-vault-variables",
"lint": "eslint \"netlify/**/*.{ts,tsx,js,jsx,mts}\"",
"lint:fix": "eslint \"netlify/**/*.{ts,tsx,js,jsx,mts}\" --quiet --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SU-SWS/airtable-algolia-connector.git"
},
"author": "Stanford Web Services",
"license": "ISC",
"bugs": {
"url": "https://github.com/SU-SWS/airtable-algolia-connector/issues"
},
"homepage": "https://github.com/SU-SWS/airtable-algolia-connector#readme",
"dependencies": {
"@netlify/edge-functions": "^2.3.0",
"@netlify/functions": "^2.4.1",
"airtable": "^0.12.2",
"dotenv": "^16.3.1"
},
"optionalDependencies": {
"netlify-cli": "^17.14.0"
},
"devDependencies": {
"@types/node": "^20.11.2",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-standard": "^17.1.0",
"netlify-plugin-vault-variables": "^1.0.7",
"typescript": "^5.3.3"
}
}