@kriscodeman/clarity-cli
Version:
Because we got better 💩 to do! 🏃🏻💨
62 lines (61 loc) • 1.6 kB
JSON
{
"name": "@kriscodeman/clarity-cli",
"version": "1.2.5",
"description": "Because we got better 💩 to do! 🏃🏻💨",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"main": "./lib/src/index.js",
"bin": {
"clarity": "lib/src/index.js"
},
"scripts": {
"start": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts",
"start:windows": "nodemon --watch 'src/**/*.ts' --exec \"npx ts-node\" src/index.ts",
"create": "npm run build",
"build": "tsc -p .",
"local": "npm i -g --force && clarity -d",
"refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
},
"author": "Kris Coleman",
"license": "MIT",
"devDependencies": {
"@types/clear": "0.1.2",
"@types/figlet": "1.5.5",
"@types/node": "18.8.5",
"@types/promptly": "^3.0.2",
"nodemon": "2.0.20",
"ts-node": "10.9.1",
"typescript": "4.8.4"
},
"dependencies": {
"@types/selenium-webdriver": "4.1.5",
"chalk": "4.1.2",
"clear": "0.1.0",
"commander": "9.4.1",
"figlet": "1.5.2",
"path": "0.12.7",
"promptly": "^3.2.0",
"selenium-webdriver": "4.5.0"
},
"types": "./lib/index.d.ts",
"directories": {
"lib": "lib"
},
"keywords": [
"clarity",
"timesheets",
"cli",
"broadcom",
"time"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kriscoleman/clarity-cli.git"
},
"bugs": {
"url": "https://github.com/kriscoleman/clarity-cli/issues"
},
"homepage": "https://github.com/kriscoleman/clarity-cli#readme"
}