{
  "name": "@etclabscore/react-monaco-editor",
  "version": "1.1.1",
  "description": "",
  "main": "build/index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "lint": "tslint --fix -p .",
    "test": "npm run lint && jest --coverage --passWithNoTests"
  },
  "author": "",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/jest": "^24.0.13",
    "@types/node": "^12.12.17",
    "jest": "^24.8.0",
    "monaco-editor-webpack-plugin": "2.0.0",
    "ts-jest": "^26.4.4",
    "tslint": "^5.20.1",
    "typedoc": "^0.15.3",
    "typescript": "^3.7.3"
  },
  "dependencies": {
    "@material-ui/core": "^4.7.2",
    "monaco-editor": "0.21.2",
    "react": "^16.12.0"
  }
}
