{
  "name": "@alilc/lowcode-plugin-base-monaco-editor",
  "version": "1.1.2",
  "description": "代码编辑组件，monaco-editor 的低代码适配封装",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "demo/",
    "es/",
    "lib/",
    "build/"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "stylePath": "style.js",
  "scripts": {
    "start": "build-scripts start",
    "build": "build-scripts build",
    "prepublishOnly": "npm run build",
    "eslint": "eslint --cache --ext .js,.jsx ./",
    "eslint:fix": "npm run eslint -- --fix",
    "stylelint": "stylelint \"**/*.{css,scss,less}\"",
    "lint": "npm run eslint && npm run stylelint",
    "f2elint-scan": "f2elint scan",
    "f2elint-fix": "f2elint fix"
  },
  "keywords": [
    "ice",
    "react",
    "component"
  ],
  "dependencies": {
    "@monaco-editor/loader": "1.3.0",
    "classnames": "^2.3.1"
  },
  "devDependencies": {
    "@alib/build-scripts": "^0.1.3",
    "@iceworks/spec": "^1.0.0",
    "@types/react": "^16.9.13",
    "@types/react-dom": "^16.9.4",
    "build-plugin-component": "^1.0.0",
    "build-plugin-fusion": "^0.1.0",
    "build-plugin-moment-locales": "^0.1.0",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "f2elint": "^1.2.0",
    "iceworks": "^3.4.5",
    "monaco-editor": "^0.31.1",
    "react": "^16.3.0",
    "react-dom": "^16.3.0"
  },
  "componentConfig": {
    "name": "Monaco Editor 组件",
    "title": "代码编辑器组件",
    "category": "Information"
  },
  "license": "MIT",
  "husky": {
    "hooks": {
      "pre-commit": "f2elint commit-file-scan",
      "commit-msg": "f2elint commit-msg-scan"
    }
  },
  "homepage": "https://unpkg.com/@alilc/lowcode-plugin-base-monaco-editor@1.1.2/build/index.html",
  "repository": {
    "type": "git",
    "url": "https://github.com/alibaba/lowcode-plugins.git",
    "directory": "packages/base-monaco-editor"
  }
}
