UNPKG

jke-tools

Version:

jke tools

35 lines (34 loc) 832 B
{ "name": "jke-tools", "version": "1.0.1", "description": "jke tools", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "src/index.ts", "files": [ "dist/**/*" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "lint": "eslint src/**/*.ts", "publish": "npm publish --registry https://registry.npmjs.org && cnpm sync jke-tools", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "jtools" ], "author": "jke <jun.ke1024@outlook.com>", "license": "MIT", "dependencies": { "ahooks": "^3.8.4", "axios": "^1.7.9", "dayjs": "^1.11.13", "lodash": "^4.17.21" }, "devDependencies": { "@types/axios": "^0.14.4", "@types/lodash": "^4.17.15", "typescript": "^5.7.3" } }