@irim/bin-tool
Version:
node bin tools
72 lines (71 loc) • 1.66 kB
JSON
{
"name": "@irim/bin-tool",
"version": "1.2.0",
"description": "node bin tools",
"repository": {
"type": "git",
"url": "git@git.code.tencent.com:berry/bin-tool.git"
},
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"scripts": {
"lint": "eslint --fix --ext .js,.ts ./src",
"build": "make -f Makefile",
"dev": "make -f Makefile dev",
"test": "./node_modules/.bin/mocha --file ./test/*.test.js",
"pretest": "npm run build",
"prepublishOnly": "npm run build"
},
"author": {
"name": "Pluto",
"email": "huarse@gmail.com"
},
"maintainers": [
{
"name": "Pluto",
"email": "huarse@gmail.com"
}
],
"license": "BSD-3-Clause",
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"chalk": "^4.0.0",
"dateformat": "^3.0.3",
"fs-extra": "^9.0.0",
"inquirer": "^7.1.0",
"ora": "^4.0.4",
"properties": "^1.2.1",
"single-line-log": "^1.1.2"
},
"devDependencies": {
"@commitlint/cli": "~8.3.5",
"@commitlint/config-conventional": "~8.3.4",
"@types/fs-extra": "^8.1.0",
"@types/inquirer": "^6.5.0",
"@types/node": "^14.0.1",
"@typescript-eslint/eslint-plugin": "~2.31.0",
"@typescript-eslint/parser": "~2.31.0",
"eslint": "~7.0.0",
"husky": "~3.0.9",
"mocha": "~7.1.2",
"power-assert": "~1.6.1",
"typescript": "^3.8.3"
},
"peerDependencies": {},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"bin-tool"
],
"files": [
"lib",
"esm",
"types"
]
}