{
  "name": "@cle-does-things/jake",
  "version": "0.8.0",
  "description": "A Make-like task executor for Unix operating systems",
  "main": "start.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "node ./pre-install.js",
    "uninstall": "node ./uninstall.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AstraBert/jake.git"
  },
  "keywords": [
    "make",
    "task-execution",
    "shell",
    "rust"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/AstraBert/jake/issues"
  },
  "files": [
    "pre-install.js",
    "start.js",
    "uninstall.js",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  }
}