{
  "name": "simple-netease-cloud-music",
  "version": "0.5.2",
  "description": "网易云音乐 API for node.js",
  "keywords": [
    "网易云音乐",
    "网易云 API",
    "网易云 nodejs",
    "Netease Cloud Music"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/surmon-china/simple-netease-cloud-music.git"
  },
  "author": {
    "name": "Surmon",
    "email": "surmon@foxmail.com",
    "url": "https://github.com/surmon-china"
  },
  "scripts": {
    "dev": "node dev/index.js",
    "cleanup": "rm -rf ./dist/* && rm -rf ./types/*",
    "build": "npm run cleanup && abc build",
    "lint": "abc lint --ext .ts,.js src test",
    "test": "abc test",
    "rebirth": "npm run lint && npm run test && npm run build"
  },
  "main": "dist/netease.cjs.js",
  "module": "dist/netease.esm.js",
  "files": [
    "src",
    "dist",
    "types"
  ],
  "types": "types/netease.d.ts",
  "private": false,
  "license": "MIT",
  "devDependencies": {
    "@surmon-china/abc-factory": "^0.3.2",
    "@types/node": "^12.12.31",
    "typescript": "^3.8.3"
  }
}
