-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "lunify.js",
"description": "A basic api wrapper for the spotify api covering the oauth routes.",
"keywords": [
"spotify",
"api",
"wrapper",
"stats.fm",
"spotify.js",
"last.fm",
"oauth2",
"music"
],
"version": "0.2.0",
"main": "dist/src/lib/index.js",
"types": "dist/src/lib/index.d.ts",
"files": [
"/dist/src"
],
"license": "GPL-3.0 license",
"author": "Luna <[email protected]> (http://lunish.nl/luna/)",
"url": "https://github.com/Luna-devv/lunify.js",
"repository": {
"type": "git",
"url": "https://github.com/Luna-devv/lunify.js"
},
"dependencies": {
"@discordjs/collection": "^2.0.0"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"fastify": "^4.26.2",
"typescript": "^4.9.5"
}
}