@acrodata/code-editor
Version:
CodeMirror 6 wrapper for Angular
46 lines • 1.13 kB
JSON
{
"name": "@acrodata/code-editor",
"version": "0.5.1",
"description": "CodeMirror 6 wrapper for Angular",
"publishConfig": {
"access": "public"
},
"author": "nzbin<nzb329@163.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/acrodata/code-editor.git"
},
"homepage": "https://acrodata.github.io/code-editor/",
"keywords": [
"angular",
"codemirror",
"codemirror6",
"code-editor",
"ngx-codemirror"
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0"
},
"dependencies": {
"@codemirror/merge": "^6.0.0",
"@codemirror/theme-one-dark": "^6.0.0",
"codemirror": "^6.0.0",
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/acrodata-code-editor.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/acrodata-code-editor.mjs",
"esm": "./esm2022/acrodata-code-editor.mjs",
"default": "./fesm2022/acrodata-code-editor.mjs"
}
}
}