{
  "name": "homura-js",
  "version": "1.4.2",
  "description": "LastFM API Wrapper",
  "main": "lib/homura.js",
  "type": "module",
  "scripts": {
    "test": "jest --config ./jest.config.json"
  },
  "keywords": [
    "LastFM",
    "API",
    "WRAPPER"
  ],
  "homepage": "https://github.com/vergonha/homura#readme",
  "author": "Vergonha",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.3.2",
    "dotenv": "^16.0.3"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.20.2",
    "jest": "^29.4.1"
  }
}
