{
  "name": "yuxuannnn_utils",
  "version": "1.1.2",
  "description": "xs开发的前端工具包",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "lib/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aiketangdezhiyi/yuxuannnn_utils.git"
  },
  "keywords": [
    "工具"
  ],
  "author": "yuxuannnn",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/aiketangdezhiyi/yuxuannnn_utils/issues"
  },
  "homepage": "https://github.com/aiketangdezhiyi/yuxuannnn_utils#readme",
  "devDependencies": {
    "@types/jest": "^29.2.3",
    "@types/spark-md5": "^3.0.2",
    "jest": "^29.3.1",
    "prettier": "^2.7.1",
    "ts-jest": "^29.0.3",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "dayjs": "^1.11.6",
    "spark-md5": "^3.0.2"
  }
}
