{
  "name": "@kalisio/meta-ekosystem",
  "version": "0.10.0",
  "description": "Kalisio's meta-repo for sharing tools, configurations, and conventions",
  "type": "module",
  "bin": {
    "k-init-application": "./bin/k-init-application.js",
    "k-init-example": "./bin/k-init-example.js",
    "k-init-monorepo": "./bin/k-init-monorepo.js",
    "k-init-package": "./bin/k-init-package.js",
    "k-sync-catalog": "./bin/k-sync-catalog.js"
  },
  "files": [
    "catalog.json",
    "plopfile.js",
    "templates/",
    "scripts/"
  ],
  "exports": {
    "./catalog.json": "./catalog.json"
  },
  "standard": {
    "globals": [
      "self"
    ]
  },
  "lint-staged": {
    "*.{js,cjs,mjs}": [
      "pnpm lint"
    ]
  },
  "keywords": [
    "kalisio",
    "metarepo",
    "ekosystem"
  ],
  "author": {
    "name": "KALISIO <contact@kalisio.com>",
    "url": "https://github.com/kalisio"
  },
  "contributors": [],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/kalisio/meta-ekosystem.git"
  },
  "bugs": {
    "url": "https://github.com/kalisio/meta-ekosystem/issues"
  },
  "homepage": "git://github.com/kalisio/meta-ekosystem#readme",
  "devDependencies": {
    "@changesets/cli": "^2.29.8",
    "glob": "^13.0.1",
    "husky": "^9.1.7",
    "jsdoc-to-markdown": "^9.1.3",
    "knip": "^6.9.0",
    "lint-staged": "^16.2.7",
    "standard": "^17.1.2",
    "yaml": "^2.8.2"
  },
  "dependencies": {
    "chalk": "^5.6.2",
    "node-plop": "^0.32.3"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "bump": "changeset version",
    "change": "changeset",
    "lint": "standard '**/*.js' --fix",
    "postbump": "node scripts/commit-bump.js",
    "postrelease": "git push --follow-tags",
    "release": "changeset publish"
  }
}