{
  "name": "covector",
  "version": "0.13.2",
  "license": "Apache-2.0",
  "homepage": "https://github.com/jbolda/covector#readme",
  "author": "Jacob Bolda <me@jacobbolda.com> (https://www.jacobbolda.com/)",
  "repository": {
    "type": "git",
    "url": "https://github.com/jbolda/covector.git"
  },
  "engines": {
    "node": ">=20.12"
  },
  "type": "module",
  "exports": {
    "development": "./src/index.ts",
    "import": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "bin": {
    "covector": "./bin/covector.mjs"
  },
  "files": [
    "bin",
    "dist"
  ],
  "scripts": {
    "build": "tsdown",
    "prepublishOnly": "tsdown",
    "test": "vitest"
  },
  "dependencies": {
    "@clack/prompts": "^1.6.0",
    "@covector/apply": "0.11.2",
    "@covector/assemble": "0.13.2",
    "@covector/changelog": "0.13.2",
    "@covector/command": "0.9.2",
    "@covector/files": "0.9.1",
    "@effectionx/context-api": "^0.6.0",
    "effection": "^4.1.0",
    "tinyglobby": "0.2.17",
    "yaml": "^2.9.0",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@covector/types": "0.0.0",
    "@types/inquirer": "^8.2.6",
    "@types/yargs": "^17.0.33"
  }
}
