-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.13 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": "vcpa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node -r dotenv/config build/index",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@googleapis/drive": "^2.4.0",
"@googleapis/sheets": "^0.3.0",
"@types/sqlite3": "^3.1.8",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"airtable": "^0.11.6",
"axios": "^1.4.0",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"eslint": "^8.42.0",
"jsonfile": "^6.1.0",
"luxon": "^2.5.2",
"sqlite": "^4.2.1",
"sqlite3": "^5.1.6",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/jsonfile": "^6.1.1",
"@types/luxon": "^2.4.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.5.0",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}