{
  "name": "@zcomponent/core",
  "version": "1.29.1",
  "description": "The core component model and built-in functionality for Mattercraft.",
  "author": "Zappar Limited",
  "license": "Proprietary",
  "main": "index.js",
  "types": "index.d.ts",
  "type": "module",
  "engines": {
    "node": ">=12.0.0",
    "browsers": "defaults"
  },
  "zexports": [
    "./lib/components/**/*",
    "./lib/behaviors/**/*",
    "./lib/contexts/**/*"
  ],
  "directories": {
    "lib": "lib"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "lib/**/*",
    "css/**/*",
    "assets/**/*"
  ],
  "scripts": {
    "build": "rm -rf lib && tsc && tsc-alias",
    "watch": "tsc -w",
    "docs": "typedoc --out docs",
    "test": "env TS_NODE_PROJECT=\"tsconfig.testing.json\" mocha --es-module-specifier-resolution=node",
    "build-animation-tests": "tsc -p ./tsconfig.test.animation.json",
    "predocs": "npm run ctix",
    "ctix": "ctix build"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.1",
    "mocha": "^10.2.0"
  },
  "keywords": [],
  "release": {
    "extends": "semantic-release-commit-filter",
    "ci": true,
    "branches": [
      "main",
      {
        "name": "beta",
        "channel": "beta",
        "prerelease": "beta"
      },
      {
        "name": "alpha",
        "channel": "alpha",
        "prerelease": "alpha"
      }
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/gitlab",
      "@semantic-release/git"
    ],
    "tagFormat": "@zcomponent/core@${version}"
  }
}
