-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 976 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
31
32
33
34
35
36
{
"name": "discord-weekly",
"version": "0.4.2",
"author": "Nik Sudan",
"license": "MIT",
"dependencies": {
"@sentry/node": "^6.3.5",
"@sentry/tracing": "^6.3.5",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"discord.js": "^12.2.0",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"fuse.js": "^5.2.3",
"get-youtube-id": "^1.0.1",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"node-fetch": "^2.6.1",
"query-string": "^6.8.3",
"spotify-web-api-node": "^4.0.0",
"typescript": "^3.9.5"
},
"devDependencies": {
"@types/cheerio": "^0.22.21",
"@types/express": "^4.17.0",
"@types/lodash": "^4.14.149",
"@types/node": "^13.13.4",
"nodemon": "^2.0.3",
"ts-node": "^8.3.0"
},
"scripts": {
"generate-playlist": "node_modules/.bin/ts-node --files ./src/generate-playlist.ts",
"test-services": "node_modules/.bin/ts-node --files ./src/test-services.ts",
"dev": "nodemon"
}
}