{
  "name": "@mulutime/plugin-types",
  "version": "1.0.10",
  "description": "TypeScript types for the MuluTime plugin system",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "if exist dist rmdir /s /q dist",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mulutime/types.git"
  },
  "keywords": [
    "typescript",
    "types",
    "plugin",
    "plugin-system",
    "mulutime"
  ],
  "author": "Fara Technology AB",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mulutime/types/issues"
  },
  "homepage": "https://mulutime.com",
  "dependencies": {
    "json-schema": "^0.4.0"
  },
  "devDependencies": {
    "typescript": "^5.0.0",
    "@types/node": "^20.9.0",
    "@types/json-schema": "^7.0.15"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
