{
  "name": "monaco-yaml-prebuilt",
  "version": "1.0.2",
  "description": "Compiled monaco-yaml for direct in-browser use",
  "license": "MIT",
  "main": "./dist/monaco-editor.js",
  "type": "module",
  "scripts": {
    "start": "npm run build:dev && npx http-server . -c-1 -p 8080 -o",
    "build:dev": "webpack --mode development",
    "build": "webpack --mode production"
  },
  "devDependencies": {
    "css-loader": "^7.1.2",
    "http-server": "^14.1.1",
    "monaco-editor": "^0.52.2",
    "monaco-editor-webpack-plugin": "^7.1.0",
    "monaco-yaml": "^5.2.2",
    "style-loader": "^4.0.0",
    "webpack": "^5.95.0",
    "webpack-cli": "^5.1.4"
  },
  "keywords": [
    "monaco",
    "monaco-editor",
    "yaml",
    "monaco-yaml"
  ],
  "homepage": "https://github.com/neuroglia-io/monaco-yaml-prebuilt",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neuroglia-io/monaco-yaml-prebuilt.git"
  },
  "bugs": {
    "url": "https://github.com/neuroglia-io/monaco-yaml-prebuilt/issues"
  },
  "author": {
    "name": "Jean-Baptiste BIANCHI",
    "url": "https://neuroglia.io"
  }
}
