-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.44 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
53
54
55
{
"name": "pipebomb-server",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"type": "module",
"scripts": {
"test": "cross-env YTDL_NO_UPDATE=1 node --trace-warnings dist/index.js",
"watch": "npx tsc -w",
"build": "npx tsc",
"start": "npm run build && npm run test",
"quickstart": "tsx src/index",
"dev": "nodemon"
},
"keywords": [],
"author": "eyezah",
"license": "MIT",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/better-sqlite3": "^7.6.3",
"@types/express": "^4.17.17",
"@types/jsdom": "^21.1.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^18.13.0",
"@types/spotify-web-api-node": "^5.0.7",
"@types/yt-search": "^2.3.2",
"cross-env": "^7.0.3",
"nodemon": "^2.0.22",
"tsx": "^4.19.1",
"typescript": "^5.0.2"
},
"dependencies": {
"axios": "^1.3.3",
"better-sqlite3": "^8.1.0",
"cors": "^2.8.5",
"cryptico": "^1.0.2",
"express": "^4.18.2",
"http": "^0.0.1-security",
"https": "^1.0.0",
"jimp": "^0.22.8",
"jsdom": "^22.1.0",
"jsonwebtoken": "^9.0.0",
"node-ts": "^6.0.0",
"node-youtube-music": "^0.10.2",
"pmx": "^1.6.7",
"random-word-slugs": "^0.1.6",
"scdl-core": "^1.1.0",
"sharp": "^0.32.1",
"spotify-web-api-node": "^5.0.2",
"youtube-music-api": "github:Pipe-Bomb/Youtube-Music-API",
"yt-search": "^2.10.4",
"ytdl-core": "^4.11.5",
"ytsr": "^3.8.4"
}
}