{
  "name": "react-blockly-drawer",
  "version": "1.7.2",
  "description": "A React component to play with blockly.",
  "main": "build/index.js",
  "scripts": {
    "dev": "watch 'npm run build' src",
    "build": "babel src -d build",
    "test": "jest ./src --env=jsdom --no-watchman",
    "test-watch": "npm test -- --watch",
    "prepublish": "npm run build",
    "release": "np"
  },
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-react"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xvicmanx/react-blockly-drawer"
  },
  "keywords": [
    "blockly",
    "react"
  ],
  "author": "Victor Trejo",
  "license": "ISC",
  "dependencies": {
    "node-blockly": "^1.2.8",
    "prop-types": "^15.7.2",
    "react": "^17.0.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-react": "^7.12.10",
    "enzyme": "^3.2.0",
    "enzyme-adapter-react-16": "^1.15.5",
    "jest": "^26.6.3",
    "np": "^2.18.2",
    "react-dom": "^17.0.1",
    "react-test-renderer": "^17.0.1",
    "watch": "^1.0.2"
  }
}
