-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 864 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
{
"name": "accident-backend",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.449.0",
"@playwright/browser-firefox": "^1.39.0",
"@supabase/supabase-js": "^2.38.4",
"json-2-csv": "^5.0.1",
"pdf-parse": "^1.1.1",
"playwright": "^1.39.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",
"dotenv": "^16.3.1",
"eslint": "^8.53.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1"
}
}