jake 0.5.0

Make-like task executor for Unix OS.
{
  "name": "@cle-does-things/jake",
  "version": "0.5.0",
  "description": "A Rust-native implementation of the RAG stack",
  "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": [
    "rag",
    "llm",
    "ai",
    "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"
  }
}