-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 932 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 932 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "lunify.js",
"version": "0.2.3",
"author": "Luna Seemann <luna@wamellow.com> (https://shi.gg)",
"repository": {
"type": "git",
"url": "https://github.com/shi-gg/lunify.js"
},
"main": "dist/lib/index.js",
"devDependencies": {
"@mwlica/eslint": "^1.1.3",
"@types/node": "^25.2.1",
"eslint": "^9.39.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0"
},
"description": "A basic api wrapper for the spotify api covering the oauth routes.",
"files": [
"/dist"
],
"keywords": [
"spotify",
"api",
"wrapper",
"stats.fm",
"spotify.js",
"last.fm",
"oauth2",
"music"
],
"license": "GPL-3.0",
"scripts": {
"build": "rm -rf ./dist && tsc"
},
"types": "dist/lib/index.d.ts",
"url": "https://github.com/shi-gg/lunify.js"
}