songsterr-api-node
Version:
npm module for Songsterr's API
44 lines (43 loc) • 1.06 kB
JSON
{
"name": "songsterr-api-node",
"version": "1.0.8",
"description": "npm module for Songsterr's API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --config=jest.config.json --coverage",
"prepublishOnly": "npm run lint && npm test && tsc",
"dev": "tsnd --respawn src/index.ts",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"keywords": [
"songsterr",
"api",
"guitar",
"tabs",
"bass",
"music"
],
"author": "Matias Mäkeä",
"license": "MIT",
"devDependencies": {
"@types/jest": "^22.1.4",
"@types/node": "^9.4.6",
"@types/node-fetch": "^2.5.4",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"eslint-config-prettier": "^6.10.0",
"eslint": "^6.8.0",
"jest": "^22.4.2",
"ts-jest": "^22.4.1",
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "^3.8.2"
},
"dependencies": {
"node-fetch": "^2.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/breeku/songsterr-api-node.git"
}
}