-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "@meertarbani/spotify-api-js",
"version": "0.0.5",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"description": "Advance Spotify API Wrapper for Node.js and Browser",
"scripts": {
"dev": "bun --bun --hot --watch ./src/index.ts",
"build": "bun run build.mjs",
"prepublishOnly": "bun run build"
},
"files": [
"dist"
],
"keywords": [
"spotify",
"api",
"spotify-api",
"spotify-api-js",
"spotify-api-node",
"spotify-api-node-js",
"spotify-api-node-ts",
"spotify-api-node-typescript",
"spotify-api-node-js-typescript",
"bun"
],
"license": "MIT",
"homepage": "https://www.meertarbani.in",
"repository": {
"type": "git",
"url": "git+https://github.com/Redskull-127/spotify-api-js.git"
},
"bugs": "https://github.com/Redskull-127/spotify-api-js/issues",
"author": {
"name": "Meer Tarbani",
"email": "[email protected]",
"url": "https://www.meertarbani.in"
},
"devDependencies": {
"@types/bun": "^1.0.0",
"bun-plugin-dts": "^0.2.1",
"typescript": "^5.2.2",
"@types/node": "^20.11.16"
}
}