-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 920 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
35
36
37
38
39
40
{
"name": "kabir-ke-dohe-api",
"version": "1.0.0",
"description": "An Express.js API for fetching and filtering Kabir's dohas, hosted on Vercel.",
"type": "module",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"build": "node bin/build.js",
"lint": "eslint . --ext .js",
"format": "eslint . --ext .js --fix"
},
"keywords": [
"Kabir",
"dohe",
"Express",
"API",
"Vercel"
],
"author": "",
"license": "MIT",
"dependencies": {
"dotenv": "^16.1.4",
"express": "^5.0.0",
"google-auth-library": "^9.14.1",
"google-spreadsheet": "^4.1.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint": "^8.57.0",
"latinize": "^2.0.0",
"ora": "^8.1.0",
"prettier": "^3.3.3",
"slugify": "^1.6.6"
}
}