{
  "name": "@magic/entities",
  "version": "0.0.17",
  "author": "Wizards & Witches",
  "description": "exports most html entities and utility functions.",
  "license": "AGPL-3.0",
  "homepage": "https://magic.github.io/entities",
  "type": "module",
  "scripts": {
    "start": "t -p",
    "build": "npm run test && tsc && npm run format",
    "prepublishOnly": "npm run build",
    "lint": "npm run lint:types",
    "lint:types": "tsc --noEmit",
    "format": "f -w --exclude docs",
    "test": "t --exclude docs example config.js",
    "calls": "calls"
  },
  "files": [
    "src",
    "types"
  ],
  "engines": {
    "node": ">=14.15.4"
  },
  "engineStrict": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/magic/entities.git"
  },
  "bugs": {
    "url": "https://github.com/magic/entities/issues"
  },
  "main": "src/index.js",
  "dependencies": {
    "@magic/types": "0.1.37"
  },
  "devDependencies": {
    "@magic/format": "0.0.73",
    "@magic/test": "0.3.12",
    "typescript": "6.0.3"
  },
  "keywords": [
    "html",
    "entities",
    "magic"
  ],
  "contributors": [
    {
      "name": "jascha ehrenreich",
      "github": "jaeh"
    }
  ]
}
