{
  "name": "react-monaco-tm",
  "version": "1.1.1",
  "description": "React bindings for Monaco with Textmate grammar",
  "main": "lib/index.js",
  "scripts": {
    "build:clean": "npm run clean && npm run build && gulp copy-grammar",
    "build": "sucrase ./src -d ./lib --transforms jsx",
    "clean": "rimraf lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ozonep/react-monaco-tm.git"
  },
  "keywords": [
    "textmate",
    "monaco",
    "react",
    "hooks"
  ],
  "author": "Ivan",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ozonep/react-monaco-tm/issues"
  },
  "homepage": "https://github.com/ozonep/react-monaco-tm#readme",
  "devDependencies": {
    "eslint": "^6.1.0",
    "idb-keyval": "^3.2.0",
    "react": "^16.8.6",
    "rimraf": "^2.6.3",
    "gulp": "^4.0.2",
    "sucrase": "^3.10.1"
  },
  "peerDependencies": {
    "react": "^16.x"
  },
  "dependencies": {
    "filer": "^1.1.2",
    "onigasm": "^2.2.2",
    "prop-types": "^15.7.2"
  }
}
