{
  "main": "src/main.js",
  "types": "src/Types.d.ts",
  "name": "ultimake",
  "version": "0.8.2",
  "description": "Build Tools",
  "engines": {
    "node": ">=10.17"
  },
  "scripts": {
    "coverage": "nyc npm run test",
    "diagnosis": "ava -t -v --serial",
    "version_click": "src/entry.js version_click",
    "test": "npx ava"
  },
  "author": "stephen.d.francis@gmail.com",
  "keywords": [
    "build",
    "tools",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:stephenfrancis/ultimake.git"
  },
  "license": "ISC",
  "sideEffects": false,
  "ultimake_settings": {
    "exec_on_version_click": "npm publish --access public"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "glob": "^7.2.0",
    "loglevel": "^1.8.0",
    "yargs": "^17.4.0"
  },
  "devDependencies": {
    "ava": "^3.15.0",
    "codecov": "^3.8.2",
    "nyc": "^15.1.0"
  }
}
