songlink-api
Version:
NodeJS client to query song.link's API
31 lines (30 loc) • 674 B
JSON
{
"name": "songlink-api",
"version": "1.0.0",
"description": "NodeJS client to query song.link's API",
"main": "lib/index.js",
"scripts": {
"test": "exit 0",
"build": "tsc && rm -rf lib/types/*.js",
"clean": "rm -rf lib tsconfig.tsbuildinfo",
"build:clean": "npm run clean && npm run build",
"prepare": "npm run build:clean"
},
"keywords": [
"song",
"link",
"api",
"songlink",
"music"
],
"author": "Rogério Munhoz <hello@rjmunhoz.me>",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^12.12.5",
"typescript": "^3.6.4"
},
"dependencies": {
"axios": "^0.19.0"
},
"files": ["lib"]
}