36 lines
796 B
JSON
36 lines
796 B
JSON
{
|
|
"name": "decodal-codemirror",
|
|
"version": "0.1.2",
|
|
"description": "CodeMirror 6 language support for Decodal.",
|
|
"type": "module",
|
|
"license": "MIT OR Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitea.hareworks.net/Hare/Decodal.git",
|
|
"directory": "packages/decodal-codemirror"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/decodal.d.ts",
|
|
"import": "./src/decodal.js"
|
|
},
|
|
"./parser": "./src/decodal-parser.js",
|
|
"./terms": "./src/decodal-parser.terms.js"
|
|
},
|
|
"types": "./src/decodal.d.ts",
|
|
"files": [
|
|
"README.md",
|
|
"src/"
|
|
],
|
|
"keywords": [
|
|
"decodal",
|
|
"codemirror",
|
|
"lezer"
|
|
],
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.12.4",
|
|
"@lezer/highlight": "^1.2.3",
|
|
"@lezer/lr": "^1.4.10"
|
|
}
|
|
}
|