{
  "name": "@ne1410s/codl",
  "version": "0.1.180",
  "author": "ne1410s <pgj646@gmail.com> (http://ne1410s.co.uk)",
  "bugs": {
    "url": "https://github.com/ne14-fed/core.codl/issues"
  },
  "description": "Lightweight component model.",
  "displayName": "ne_codl",
  "homepage": "https://github.com/ne14-fed/core.codl#readme",
  "keywords": [
    "Component",
    "Model"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ne14-fed/core.codl.git"
  },
  "engines": {
    "node": ">=20"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "scripts": {
    "clean": "npx rimraf dist",
    "is-pretty": "npx prettier -l .",
    "prettify": "npx prettier -w .",
    "build": "tsc",
    "test": "npm run build && vitest run",
    "typecheck": "tsc --noEmit",
    "publish-local": "npm run build && npm pack",
    "publish-patch": "npm run build && npm version patch && npm publish --access public",
    "publish-minor": "npm run build && npm version minor && npm publish --access public",
    "publish-major": "npm run build && npm version major && npm publish --access public"
  },
  "devDependencies": {
    "prettier": "^3.9.8",
    "rimraf": "^6.1.3",
    "tsx": "^4.23.15",
    "typescript": "^7.0.2",
    "vitest": "^4.1.11"
  },
  "dependencies": {
    "reflect-metadata": "^0.2.2"
  }
}
