{
  "name": "pi-maestro-settings-core",
  "version": "0.2.1",
  "description": "Versioned Settings and i18n contracts shared by Pi Maestro plugins.",
  "type": "module",
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "test": "node --experimental-transform-types --test \"test/*.test.ts\"",
    "typecheck": "tsc --noEmit -p tsconfig.json"
  },
  "main": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./v1": "./src/public/v1/index.ts",
    "./v1/events": "./src/public/v1/events.ts",
    "./v1/provider": "./src/public/v1/provider.ts",
    "./v1/schema": "./src/public/v1/schema.ts",
    "./v1/i18n": "./src/public/v1/i18n.ts"
  },
  "files": [
    "src/**/*.ts"
  ],
  "keywords": [
    "pi",
    "maestro",
    "settings",
    "i18n"
  ],
  "license": "ISC"
}
