@codemirror/lang-liquid
Version:
Liquid template support for the CodeMirror code editor
47 lines (46 loc) • 1.13 kB
JSON
{
"name": "@codemirror/lang-liquid",
"version": "6.2.3",
"description": "Liquid template support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
"prepare": "cm-buildhelper src/liquid.ts"
},
"keywords": [
"editor",
"code",
"liquid"
],
"author": {
"name": "Marijn Haverbeke",
"email": "marijn@haverbeke.berlin",
"url": "http://marijnhaverbeke.nl"
},
"type": "module",
"main": "dist/index.cjs",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"types": "dist/index.d.ts",
"module": "dist/index.js",
"sideEffects": false,
"license": "MIT",
"dependencies": {
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@codemirror/language": "^6.0.0",
"@codemirror/autocomplete": "^6.0.0",
"@codemirror/lang-html": "^6.0.0",
"@lezer/lr": "^1.3.1",
"@lezer/common": "^1.0.0",
"@lezer/highlight": "^1.0.0"
},
"devDependencies": {
"@codemirror/buildhelper": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/codemirror/lang-liquid.git"
}
}