UNPKG

efficient-tools

Version:

Provide some efficient tools to improve your efficiency.

55 lines (54 loc) 1.31 kB
{ "name": "efficient-tools", "author": "luhaifeng", "description": "Provide some efficient tools to improve your efficiency.", "version": "0.3.11", "main": "index.js", "repository": "https://github.com/luhaifeng666/efficient-tools", "homepage": "https://github.com/luhaifeng666/efficient-tools", "type": "module", "bin": { "etc": "bin/etc.js", "etl": "bin/etl.js", "etd": "bin/etd.js", "etp": "bin/etp.js" }, "scripts": { "ca": "git add -A && git-cz -av", "commit": "git-cz", "pub": "pnpm publish", "pub:beta": "pnpm publish --tag beta", "test": "vitest", "test:coverage": "vitest run --coverage" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "efficient" ], "license": "ISC", "dependencies": { "axios": "^0.26.1", "commander": "^9.1.0", "crypto-js": "^4.1.1", "dotenv": "^16.0.0", "inquirer": "^8.2.0", "qrcode-terminal": "^0.12.0", "tinify": "^1.6.1", "uuid": "^8.3.2", "zx": "^4.2.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.33.0", "@typescript-eslint/parser": "^5.33.0", "@vitest/ui": "^0.21.1", "c8": "^7.12.0", "commitizen": "^4.2.3", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.21.0", "husky": "^5.0.9", "lint-staged": "^10.5.4", "vitest": "^0.21.1" } }