-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 794 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 794 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
{
"name": "js_ts_discogs_api_v2_library",
"version": "0.0.5-fix2",
"description": "TS / JS Library for Discogs API v2 Access.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/VinylVault/TSDiscogsTool.git"
},
"author": "Dex Vinyl <studio@thevinylvaultshow.co.uk>",
"license": "MIT",
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"build:watch": "tsc -w"
},
"keywords": [
"Discogs",
"API",
"Music",
"Wiki",
"Music Library"
],
"dependencies": {
"debug": "^4.3.3",
"dotenv": "^14.3.2",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^17.0.13",
"@types/node-fetch": "^2.5.12",
"typescript": "^4.5.5"
}
}