js_ts_discogs_api_v2_library
Version:
TS / JS Library for Discogs API v2 Access.
36 lines (35 loc) • 789 B
JSON
{
"name": "js_ts_discogs_api_v2_library",
"version": "0.0.3",
"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"
}
}