@jsonhero/codemirror-lang-jsonata
Version:
JSONata language support for CodeMirror
51 lines (50 loc) • 1.21 kB
JSON
{
"name": "@jsonhero/codemirror-lang-jsonata",
"version": "0.1.0",
"description": "JSONata language support for CodeMirror",
"scripts": {
"test": "mocha test/test.js",
"prepare": "rollup -c"
},
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"types": "dist/index.d.ts",
"sideEffects": false,
"dependencies": {
"@lezer/highlight": "^0.16.0",
"@codemirror/language": "^0.20.0",
"@lezer/lr": "^0.16.0"
},
"devDependencies": {
"@lezer/generator": "^0.16.0",
"mocha": "^9.0.1",
"rollup": "^2.60.2",
"rollup-plugin-dts": "^4.0.1",
"rollup-plugin-ts": "^2.0.4",
"typescript": "^4.3.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsonhero-io/codemirror-lang-jsonata.git"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/jsonhero-io/codemirror-lang-jsonata/issues"
},
"homepage": "https://github.com/jsonhero-io/codemirror-lang-jsonata",
"keywords": [
"JSON",
"JSONata",
"Path",
"Query"
],
"author": "Matt Aitken",
"license": "MIT"
}