db9029f9创建于 2021年10月26日历史提交
{
  "name": "@radishes/unblock",
  "version": "2.0.1",
  "description": "Revive unavailable songs for Netease Cloud Music",
  "main": "src/provider/match.js",
  "bin": {
    "unblockneteasemusic": "app.js"
  },
  "scripts": {
    "pkg": "pkg . --out-path=dist/",
    "test": "jest"
  },
  "pkg": {
    "assets": [
      "server.key",
      "server.crt"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nondanee/UnblockNeteaseMusic.git"
  },
  "author": "nondanee",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/preset-env": "^7.12.7",
    "babel-jest": "^26.6.3",
    "jest": "^26.6.3"
  },
  "dependencies": {
    "js-base64": "^3.7.2"
  }
}