{
  "name": "@magic/types",
  "version": "0.1.39",
  "author": "Wizards & Witches",
  "homepage": "https://github.com/magic/types",
  "license": "AGPL-3.0",
  "description": "typechecking library",
  "main": "src/index.js",
  "types": "./types/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./src/index.js",
      "types": "./types/index.d.ts"
    }
  },
  "scripts": {
    "start": "t",
    "build": "tsc && npm run format",
    "prepublishOnly": "npm run test && npm run build",
    "build:docs": "NODE_ENV=production magic build",
    "prod": "NODE_ENV=production magic build serve",
    "clean": "magic clean",
    "serve": "magic serve",
    "dev": "magic dev",
    "test": "t",
    "format": "f -w --exclude docs",
    "format:check": "f --exclude docs",
    "calls": "calls",
    "lint": "tsc --noEmit"
  },
  "engines": {
    "node": ">=18"
  },
  "engineStrict": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/magic/types.git"
  },
  "bugs": {
    "url": "https://github.com/magic/types/issues"
  },
  "files": [
    "src",
    "types"
  ],
  "devDependencies": {
    "@magic-modules/git-badges": "0.0.12",
    "@magic-modules/light-switch": "0.0.12",
    "@magic-modules/no-spy": "0.0.9",
    "@magic-modules/pre": "0.0.12",
    "@magic-themes/docs": "0.0.15",
    "@magic/core": "0.0.159",
    "@magic/format": "0.0.75",
    "@magic/test": "0.3.23",
    "typescript": "6.0.3"
  },
  "keywords": [
    "magic",
    "types",
    "typechecking"
  ],
  "contributors": [
    {
      "name": "jascha ehrenreich",
      "github": "jaeh"
    }
  ],
  "dependencies": {
    "@types/node": "26.1.0"
  },
  "allowScripts": {
    "@swc/core@1.3.41": true,
    "canvas@3.2.3": true
  }
}
