{
  "name": "nast-util-to-react",
  "version": "1.4.2",
  "description": "Render NAST to React JSX.Element and HTML.",
  "author": "dragonman225",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rm -rf dist && rollup -c && tsc --emitDeclarationOnly",
    "dev": "rollup -cw",
    "release": "npm run build && npm publish",
    "release:beta": "npm run build && npm publish --tag beta",
    "upgrade": "node tools/upgrade-deps.js",
    "update-test-data": "node ../npdl/index.js -i='https://www.notion.so/Block-Test-1c4d63a8ffc747bea5658672797a595a' --tree test/block-test.json",
    "test": "node test/index.js"
  },
  "dependencies": {
    "katex": "^0.11.1",
    "prismjs": "^1.19.0",
    "react": "^16.12.0",
    "react-dom": "^16.12.0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^2.1.0",
    "@types/katex": "^0.11.0",
    "@types/node": "^13.5.0",
    "@types/prismjs": "^1.16.0",
    "@types/react": "^16.9.19",
    "@types/react-dom": "^16.9.5",
    "@typescript-eslint/eslint-plugin": "^2.17.0",
    "@typescript-eslint/parser": "^2.17.0",
    "dependency-cruiser": "^6.3.0",
    "eslint": "^6.8.0",
    "nast-types": "^1.0.0",
    "rollup": "^1.29.1",
    "rollup-plugin-copy": "^3.4.0",
    "typescript": "^4.3.5"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://github.com/dragonman225/nast/tree/master/packages/nast-util-to-react",
  "repository": {
    "type": "git",
    "url": "https://github.com/dragonman225/nast.git"
  },
  "bugs": {
    "url": "https://github.com/dragonman225/nast/issues"
  },
  "typeScriptVersion": "4.3",
  "runkitExampleFilename": ""
}
