to-where-cli
Version:
> If you want to know more about the usage, please refer to the [documentation](https://skypesky.gitbook.io/to-where-cli/).
92 lines (91 loc) • 2.5 kB
JSON
{
"name": "to-where-cli",
"version": "0.0.23",
"bin": {
"tw": "./dist/index.js"
},
"author": {
"name": "skypesky",
"email": "2565978507@qq.com",
"url": "https://github.com/skypesky"
},
"repository": {
"type": "git",
"url": "https://github.com/skypesky/to-where-cli"
},
"homepage": "https://github.com/skypesky/to-where-cli",
"keywords": [
"open",
"alias",
"system",
"dir",
"website",
"git",
"repo",
"issue",
"pr"
],
"files": [
"dist"
],
"scripts": {
"reinstall": "rimraf node_modules && pnpm install",
"predebug": "npm run build",
"debug": "node ./dist/index.js",
"lint": "eslint src/**/*.ts",
"lint:fix": "npm run lint -- --fix",
"test": "jest --forceExit --detectOpenHandles",
"coverage": "npm run test -- --coverage",
"clean": "rimraf dist",
"prebuild": "npm run clean",
"build": "node esbuild.config.cjs",
"build:watch": "npm run build -- -w",
"deploy": "npm run build && npm uninstall -g to-where-cli && npm install -g . -f",
"deploy:remote": "npm uninstall -g to-where-cli && npm install -g to-where-cli",
"verify": "npm run lint && npm run test",
"bump-version": "ver-bump -f package.json -n",
"show:version": "npm show to-where-cli version"
},
"dependencies": {
"@types/hosted-git-info": "^3.0.2",
"chalk": "~4",
"commander": "^9.4.1",
"current-os": "^1.1.0",
"dayjs": "^1.11.7",
"fs-extra": "^10.1.0",
"git-remote-origin-url": "3.1.0",
"git-repo-info": "^2.1.1",
"hosted-git-info": "^6.1.1",
"joi": "^17.9.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"open": "^8.4.0",
"prompts": "^2.4.2",
"shelljs.exec": "^1.1.8",
"url-join": "4.0.1"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/commander": "^2.12.2",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.2.2",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.187",
"@types/node": "^18.11.7",
"@types/open": "^6.2.1",
"@types/prompts": "^2.4.2",
"@types/shelljs.exec": "^1.1.0",
"@types/url-join": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"esbuild": "^0.16.4",
"eslint": "8",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"ver-bump": "^1.1.8"
}
}