{
  "name": "checkcss",
  "version": "2.0.9",
  "type": "module",
  "description": "Detect references to undefined CSS classes",
  "funding": [
    "https://github.com/sponsors/broofa"
  ],
  "main": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "test": "node test/test.js",
    "test:browser": "npx http-server -o /test/browser-test.htm",
    "prepare": "rm -fr dist && yarn build",
    "build": "tsc",
    "build:watch": "tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/broofa/checkcss"
  },
  "keywords": [
    "css",
    "class",
    "classnames",
    "missing",
    "undefined",
    "check",
    "DOM"
  ],
  "author": " <robert@broofa.com>",
  "license": "ISC",
  "devDependencies": {
    "typescript": "^4.7.3"
  }
}
