forked from daytimedrinkingclub/shipstation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
47
48
49
50
51
52
{
"name": "shipstation",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server",
"dev": "nodemon server",
"lint": "eslint ."
},
"author": "",
"license": "ISC",
"dependencies": {
"@anthropic-ai/sdk": "^0.24.0",
"@aws-sdk/client-s3": "^3.600.0",
"@supabase/supabase-js": "^2.44.2",
"archiver": "^7.0.1",
"aws-sdk": "^2.1646.0",
"axios": "^1.7.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-static": "^1.2.6",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"jsdom": "^24.1.0",
"linebyline": "^1.3.0",
"mime-types": "^2.1.35",
"nanoid": "^3.3.7",
"path": "^0.12.7",
"puppeteer": "^23.1.0",
"razorpay": "^2.9.4",
"socket.io": "^4.7.5",
"stream": "^0.0.3"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"eslint": "^9.6.0",
"globals": "^15.8.0",
"nodemon": "^3.1.4"
},
"nodemonConfig": {
"ignore": [
"websites/",
"client/",
"public/"
]
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}