{
  "name": "sensible",
  "type": "commonjs",
  "version": "1.1.20",
  "description": "The main CLI for the sensible framework",
  "bin": {
    "sensible": "./build/index.js",
    "s": "./build/index.js"
  },
  "main": "build/index.js",
  "source": "src/index.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w",
    "up": "npm version patch -f",
    "pub": "npm run up && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Code-From-Anywhere/sensible.git"
  },
  "keywords": [
    "full",
    "stack",
    "shared",
    "typescript",
    "app",
    "cli"
  ],
  "author": "Wijnand Karsens <info@codefromanywhere.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Code-From-Anywhere/sensible/issues"
  },
  "homepage": "https://github.com/Code-From-Anywhere/sensible#readme",
  "dependencies": {
    "@types/command-exists": "^1.2.0",
    "command-exists": "^1.2.9",
    "latest-version": "^6.0.0",
    "sensible-files": "*",
    "sensible-server": "*"
  }
}
