{
  "name": "@nitro-n/ngx-ace-editor",
  "version": "20.0.1",
  "description": "Ace editor integration with typescript for Angular.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fxmontigny/ng2-ace-editor.git"
  },
  "keywords": [
    "angular5",
    "angular cli",
    "ace",
    "brace",
    "typescript",
    "directive",
    "component",
    "editor",
    "ng2-ace",
    "angular2-ace"
  ],
  "author": "François-Xavier Montigny <fxaviermontigny@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fxmontigny/ng2-ace-editor/issues"
  },
  "dependencies": {
    "tslib": "^2.3.0",
    "ace-builds": "^1.4.2",
    "brace": "^0.11.1"
  },
  "peerDependencies": {
    "@angular/common": "17-20",
    "@angular/core": "17-20"
  },
  "sideEffects": false,
  "module": "fesm2022/nitro-n-ngx-ace-editor.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/nitro-n-ngx-ace-editor.mjs"
    }
  }
}
