{
  "name": "@toplast/lastfm",
  "version": "0.1.5",
  "description": "A typed Last.fm API client for Node.js",
  "keywords": [
    "lastfm",
    "last.fm",
    "music",
    "scrobble",
    "toplast"
  ],
  "homepage": "https://github.com/castilh0s/lastfm",
  "bugs": {
    "email": "henriquedecastilhos@gmail.com",
    "url": "https://github.com/castilh0s/lastfm/issues"
  },
  "license": "MIT",
  "author": {
    "email": "henriquedecastilhos@gmail.com",
    "name": "Henrique de Castilhos",
    "url": "https://github.com/castilh0s"
  },
  "files": [
    "lib/**/*"
  ],
  "main": "lib/lastfm.js",
  "types": "lib/lastfm.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/castilh0s/lastfm.git"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint 'src/**/*.ts'",
    "lint:fix": "yarn lint --fix",
    "preversion": "yarn lint",
    "version": "yarn lint:fix && git add -A src",
    "test": "jest .",
    "test:coverage": "yarn test --collectCoverage",
    "test:watch": "yarn test --watch"
  },
  "dependencies": {
    "axios": "^0.21.1"
  },
  "devDependencies": {
    "@types/eslint": "^7.2.0",
    "@types/jest": "^26.0.10",
    "@types/node": "^14.6.0",
    "@typescript-eslint/eslint-plugin": "^2.18.0",
    "@typescript-eslint/parser": "^2.18.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-prettier": "^3.1.2",
    "jest": "^25.1.0",
    "prettier": "^2.0.5",
    "ts-jest": "^25.0.0",
    "ts-node": "^8.6.2",
    "typescript": "^3.7.5"
  }
}
