{
  "name": "@mac-xiang/method",
  "type": "module",
  "version": "2.1.2",
  "description": "自用的一些常用方法库.如果有任何问题,请用最善良的心以及最恶毒的语言进行批评.",
  "main": "src/index.ts",
  "scripts": {
    "test": "mocha --reporter spec",
    "build": "rimraf ./dist && tsc",
    "dev": "nodemon --config nodemon.json",
    "dev:debug": "nodemon --config nodemon.json --inspect-brk src/index.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/tmkmk/method.git"
  },
  "keywords": [
    "method",
    "typescript"
  ],
  "author": "tmkmk",
  "license": "AGPL-3.0",
  "devDependencies": {
    "@dcloudio/types": "^3.4.14",
    "@types/node": "^22.10.2",
    "@types/pako": "^2.0.3",
    "@types/uuid": "^10.0.0",
    "chai": "^5.1.2",
    "mocha": "^11.0.1",
    "nodemon": "^3.1.9",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "js-base64": "^3.7.7",
    "js-md5": "^0.8.3",
    "pako": "^2.1.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}
