UNPKG

blue-fish-helper

Version:

这是一个修复漏洞后的helper

45 lines (44 loc) 1.24 kB
{ "name": "blue-fish-helper", "version": "1.0.2", "description": "这是一个修复漏洞后的helper", "main": "index.js", "scripts": { "tsc": "tsc -w", "build": "rm -rf dist && tsc && cp package.json *.md dist && rm -rf dist/test", "test": "NODE_PATH=dist tsc-watch --onSuccess \"node dist/test\"", "lint": "eslint . ", "prettier": "prettier -w .", "sync": "curl -X PUT 'https://npmmirror.com/sync/blue-fish-helper?sync_upstream=true'" }, "repository": { "type": "git", "url": "git+https://github.com/ityifan/blue-fish-helper.git" }, "keywords": [ "blue-fish", "helper", "ts" ], "author": "Leon", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.170", "axios": "^1.10.0", "dayjs": "^1.11.13", "hashids": "^2.2.8", "lodash": "^4.17.21" }, "devDependencies": { "@types/node": "^24.0.3", "@typescript-eslint/eslint-plugin": "^4.25.0", "eslint": "^7.27.0", "eslint-config-prettier": "^8.3.0", "eslint-config-standard-with-typescript": "^20.0.0", "eslint-plugin-import": "^2.23.3", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "prettier": "^2.3.0", "typescript": "^4.3.2" } }