-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "revolt-spotify-rpc",
"version": "0.0.1",
"description": "A simple , single file RPC for auto updating status in Revolt.chat created by @CodeWhiteOfficial",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --experimental-specifier-resolution=node index.js",
"prepare": "husky install"
},
"keywords": [],
"author": "CodeWhiteWeb",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"node-fetch": "^3.2.6",
"request": "^2.88.2",
"revolt.js": "^6.0.19",
"xhr2": "^0.2.1"
},
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "2.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeWhiteWeb/Revolt-Spotify-RPC.git"
},
"bugs": {
"url": "https://github.com/CodeWhiteWeb/Revolt-Spotify-RPC/issues"
},
"homepage": "https://github.com/CodeWhiteWeb/Revolt-Spotify-RPC#readme",
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}