{
  "name": "@chiubaka/holocron",
  "version": "0.1.0-alpha.19",
  "bin": "./src/cli/index.js",
  "scripts": {
    "test:typings": "tsd -t src/index.ts -f test/typings",
    "test:typings:perf": "rm -rf ../../reports/tsc-perf/holocron && tsc -p tsconfig.lib.json --generateTrace ../../reports/tsc-perf/holocron && analyze-trace --skipMillis 200 --forceMillis 200 ../../reports/tsc-perf/holocron > ../../reports/tsc-perf/holocron/analysis.txt && cat ../../reports/tsc-perf/holocron/analysis.txt"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/chiubaka/holocron.git",
    "directory": "packages/holocron"
  },
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/chiubaka/holocron/issues"
  },
  "homepage": "https://github.com/chiubaka/holocron/blob/master/packages/holocron/README.md",
  "dependencies": {
    "commander": "^9.4.1",
    "reflect-metadata": "^0.1.13",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/uuid": "^8.3.4",
    "@typescript/analyze-trace": "^0.10.0",
    "jest": "^28.1.3",
    "jest-junit": "^14.0.1",
    "ts-jest": "^28.0.8",
    "tsd": "^0.24.1",
    "typescript": "^5.1.6"
  },
  "engines": {
    "node": ">=16.0.0 <17.0.0",
    "npm": ">=8.1.0 <9.0.0"
  },
  "tsd": {
    "compilerOptions": {
      "declaration": true,
      "types": [
        "node"
      ]
    }
  },
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "peerDependencies": {
    "json5": "2.2.1",
    "bs-logger": "0.2.6",
    "fast-json-stable-stringify": "2.1.0",
    "yargs-parser": "21.1.1",
    "@jest/types": "28.1.3",
    "lodash.memoize": "4.1.2",
    "jest-util": "28.1.3",
    "@jest/transform": "28.1.3",
    "babel-jest": "28.1.3",
    "make-error": "1.3.6",
    "semver": "7.3.8",
    "@jest/globals": "28.1.3",
    "knex": "2.3.0"
  }
}
