lunify.js
Version:
A basic api wrapper for the spotify api covering the oauth routes.
40 lines • 1.09 kB
JSON
{
"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 <luna@waya.one> (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"
}
}