lastfm-node-client
Version:
JavaScript library for interfacing with the Last.fm API
38 lines (37 loc) • 770 B
JSON
{
"name": "lastfm-node-client",
"version": "2.2.0",
"description": "JavaScript library for interfacing with the Last.fm API",
"files": [
"lib"
],
"main": "lib/LastFm.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rattletone/lastfm-node-client.git"
},
"keywords": [
"last.fm",
"api",
"node",
"javascript",
"library"
],
"author": "Samuel Taylor <rattletone@protonmail.com>",
"license": "MIT",
"scripts": {
"lint": "eslint",
"test": "jest"
},
"devDependencies": {
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-node": "^11.0.0",
"jest": "^25.1.0",
"nock": "^11.3.4"
},
"engines": {
"node": ">=8.10.0"
}
}