39 lines
1004 B
JSON
39 lines
1004 B
JSON
{
|
|
"name": "@hare/decodal-codemirror",
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./src/mod.ts",
|
|
"./format": "./src/format.ts"
|
|
},
|
|
"imports": {
|
|
"@codemirror/language": "npm:@codemirror/language@^6.12.4",
|
|
"@codemirror/view": "npm:@codemirror/view@^6.43.6",
|
|
"@lezer/highlight": "npm:@lezer/highlight@^1.2.3",
|
|
"@lezer/lr": "npm:@lezer/lr@^1.4.10"
|
|
},
|
|
"publish": {
|
|
"include": [
|
|
"README.md",
|
|
"LICENSE-MIT",
|
|
"LICENSE-APACHE",
|
|
"src/mod.ts",
|
|
"src/format.ts",
|
|
"src/decodal.js",
|
|
"src/decodal.d.ts",
|
|
"src/decodal.js.d.ts",
|
|
"src/format.js",
|
|
"src/format.d.ts",
|
|
"src/format.js.d.ts",
|
|
"src/decodal-parser-jsr.js",
|
|
"src/decodal-parser.js",
|
|
"src/decodal-parser.terms.js",
|
|
"wasm/decodal_language_tools.js",
|
|
"wasm/decodal_language_tools.d.ts",
|
|
"wasm/decodal_language_tools_bg.wasm",
|
|
"wasm/decodal_language_tools_bg.wasm.d.ts",
|
|
"package.json"
|
|
]
|
|
}
|
|
}
|