UNPKG

habits-cli

Version:

The habits application seeks to help individuals build up healthy habits.

67 lines (66 loc) 1.78 kB
{ "name": "habits-cli", "version": "v0.3.711-alpha", "author": "Jimmy Lan @lanyanxiang", "description": "The habits application seeks to help individuals build up healthy habits.", "homepage": "https://lanyanxiang.github.io/habits-cli", "bugs": { "url": "https://github.com/lanyanxiang/issues" }, "keywords": [ "cli", "habits" ], "license": "GPL-3.0-or-later", "repository": { "type": "git", "url": "https://github.com/lanyanxiang/habits-cli" }, "main": "dist/src/index.js", "bin": { "habits": "bin/habits" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc -p .", "lint": "eslint . --quiet --fix", "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "npm run lint && cp docs/npm.README.md ./README.md", "prepare": "npm run build", "doc": "./scripts/open-browser.sh http://localhost:3000 && docsify serve docs/" }, "dependencies": { "axios": "^0.21.1", "bson": "^4.5.1", "chalk": "^4.1.2", "cli-table3": "^0.6.0", "commander": "^8.1.0", "date-fns": "^2.23.0", "esm": "^3.2.25", "inquirer": "^8.1.2", "inquirer-autocomplete-prompt": "^1.4.0", "keytar": "^7.7.0", "match-sorter": "^6.3.1", "node-localstorage": "^2.2.1", "ora": "^5.4.1", "yup": "^0.32.9" }, "devDependencies": { "@types/inquirer": "^7.3.3", "@types/inquirer-autocomplete-prompt": "^1.3.3", "@types/node-localstorage": "^1.3.0", "@typescript-eslint/eslint-plugin": "^4.16.1", "@typescript-eslint/parser": "^4.16.1", "docsify-cli": "^4.4.3", "eslint": "^7.32.0", "ts-node": "^10.2.1", "typescript": "^4.4.2" }, "files": [ "dist/**/*", "bin/habits", "docs/README.md" ] }