-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 577 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 577 Bytes
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
{
"name": "player",
"version": "4.0.2",
"description": "",
"main": "server.js",
"scripts": {
"dev": "node server.js",
"start": "node server.js",
"build": "exit 0",
"lint": "node --check server.js routes/*.js components/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@upstash/redis": "^1.38.0",
"@vercel/kv": "^3.0.0",
"dotenv": "^16.4.2",
"express": "^4.18.2",
"nanoid": "^3.3.4",
"stripe": "^14.1.1"
}
}