UNPKG

code-story

Version:

Get your code activity log for standup from git

89 lines (88 loc) 2.56 kB
{ "name": "code-story", "version": "0.4.1", "description": "Get your code activity log for standup from git", "author": "Alexander Ivankov", "homepage": "https://github.com/MoonW1nd/codestory#code-story-cli", "repository": { "type": "git", "url": "git+https://github.com/MoonW1nd/codestory.git" }, "bugs": { "url": "https://github.com/MoonW1nd/codestory/issues" }, "license": "MIT", "keywords": [ "git", "standup", "meeting", "productivity", "standup-report", "team", "agile", "cli", "log", "daily" ], "main": "lib/index.js", "types": "lib/index.d.ts", "bin": { "code-story": "./lib/index.js" }, "scripts": { "start": "node ./lib/index.js", "dev:watch": "watch 'npm run build && npm run start' src", "create": "npm run build && npm run test", "prepare": "npm run build", "build": "tsc -p .", "test": "echo \"Error: no test specified\" && exit 1", "test:local": "sudo npm i -g && cstory", "refresh": "rm -rf ./node_modules ./package-lock.json && npm install", "cm": "npx git-cz", "release": "standard-version" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "chalk": "^4.1.0", "chrono-node": "^2.1.8", "clear": "^0.1.0", "cosmiconfig": "^7.0.0", "figlet": "^1.4.0", "gitlog": "^4.0.0", "module-alias": "^2.2.2", "path": "^0.12.7", "yargs": "^15.4.0" }, "devDependencies": { "@commitlint/cli": "^10.0.0", "@commitlint/config-conventional": "^10.0.0", "@types/clear": "^0.1.0", "@types/figlet": "^1.2.0", "@types/node": "^14.0.14", "@types/yargs": "^15.0.5", "@typescript-eslint/eslint-plugin": "^2.27.0", "@typescript-eslint/parser": "^3.5.0", "commitizen": "^4.2.1", "cz-conventional-changelog": "^3.2.0", "eslint": "^7.4.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "husky": "^4.2.5", "lint-staged": "^10.2.11", "nodemon": "^2.0.4", "prettier": "^2.0.5", "standard-version": "^9.0.0", "typescript": "^3.9.6", "watch": "^1.0.2" }, "files": [ "lib/**/*" ], "_moduleAliases": { "src": "lib" } }