@jaebradley/wakatime-cli
Version:
CLI for the Wakatime Service
82 lines (81 loc) • 2.28 kB
JSON
{
"name": "@jaebradley/wakatime-cli",
"version": "1.4.9",
"description": "CLI for the Wakatime Service",
"publishConfig": {
"access": "public"
},
"main": "./build/index.js",
"engines": {
"node": ">=8.0.0"
},
"bin": {
"waka": "./build/executables/waka.js"
},
"global": true,
"scripts": {
"codecov": "npx codecov",
"commitmsg": "npx commitlint -e $GIT_PARAMS",
"compile": "npx babel -d build/ src/ --ignore node_modules,*.test.js",
"compile:prod": "BABEL_ENV=production npm run compile",
"lint": "npx eslint --ext .js .",
"test": "npx jest --coverage --passWithNoTests",
"prepublishOnly": "npm run compile:prod",
"semantic-commit": "npx commit",
"semantic-release": "npx semantic-release"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaebradley/wakatime-cli.git"
},
"keywords": [
"wakatime",
"waka time",
"cli"
],
"bugs": {
"url": "https://github.com/jaebradley/wakatime-cli/issues"
},
"homepage": "https://github.com/jaebradley/wakatime-cli#readme",
"jest": {
"testEnvironment": "node"
},
"dependencies": {
"@babel/runtime": "^7.10.5",
"ajv": "^6.12.3",
"axios": "^0.19.2",
"bar-horizontal": "^0.5.0",
"chalk": "^4.1.0",
"commander": "^5.1.0",
"inquirer": "^7.3.2",
"keytar": "^6.0.1",
"luxon": "^1.24.1",
"wakatime-client": "^2.6.0"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-transform-async-to-generator": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-angular": "^8.3.4",
"@commitlint/prompt": "^8.3.5",
"@commitlint/prompt-cli": "^8.3.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.0.1",
"babel-preset-minify": "^0.5.1",
"bufferutil": "^4.0.1",
"canvas": "^2.6.1",
"codecov": "^3.7.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2",
"husky": "^4.2.5",
"jest": "^26.0.1",
"semantic-release": "^17.0.8",
"utf-8-validate": "^5.0.2"
}
}