{
  "name": "react-property",
  "version": "1.0.1",
  "description": "HTML and SVG DOM property configs used by React.",
  "main": "index.js",
  "scripts": {
    "build": "npm run clean && npm run build:html && npm run build:injection && npm run build:svg",
    "build:html": "node scripts/build-html",
    "build:injection": "node scripts/build-injection",
    "build:svg": "node scripts/build-svg",
    "clean": "rm -rf lib",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prepublishOnly": "npm run build",
    "test": "jest --coverage --ci",
    "test:watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/remarkablemark/react-dom-core"
  },
  "bugs": {
    "url": "https://github.com/remarkablemark/react-dom-core/issues"
  },
  "keywords": [
    "react-property",
    "html",
    "svg",
    "dom",
    "property",
    "attribute",
    "config",
    "react",
    "react-dom"
  ],
  "files": [
    "/lib"
  ],
  "devDependencies": {
    "eslint": "^6.0.1",
    "eslint-plugin-prettier": "^3.1.0",
    "jest": "^24.8.0",
    "prettier": "^1.17.1",
    "react-dom": "^15"
  },
  "license": "MIT",
  "gitHead": "46a7edbdf7d10138dd2fd348bd32175e3865392e"
}
