@bpmn-io/feel-editor
Version:
Editor for FEEL expressions.
91 lines (90 loc) • 2.42 kB
JSON
{
"name": "@bpmn-io/feel-editor",
"version": "1.11.0",
"description": "Editor for FEEL expressions.",
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"all": "run-s lint test build",
"test": "karma start",
"build": "rollup -c --bundleConfigAsCjs",
"build:watch": "npm run build -- -w",
"lint": "eslint .",
"start": "cross-env SINGLE_START=true npm run dev",
"start:camunda": "cross-env SINGLE_START=camunda npm run dev",
"dev": "npm test -- --auto-watch --no-single-run",
"prepare": "run-s build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bpmn-io/feel-editor.git"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 16"
},
"keywords": [
"bpmn-io",
"feel",
"editor"
],
"author": {
"name": "Martin Stamm",
"url": "https://github.com/marstamm"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"dependencies": {
"@bpmn-io/feel-lint": "^1.4.0",
"@camunda/feel-builtins": "^0.2.0",
"@codemirror/autocomplete": "^6.16.2",
"@codemirror/commands": "^6.8.0",
"@codemirror/language": "^6.10.2",
"@codemirror/lint": "^6.8.4",
"@codemirror/state": "^6.5.1",
"@codemirror/view": "^6.36.2",
"@lezer/highlight": "^1.2.1",
"lang-feel": "^2.3.0",
"min-dom": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/user-event": "^14.6.1",
"babel-loader": "^9.2.1",
"babel-plugin-istanbul": "^7.0.0",
"chai": "^4.5.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-debug-launcher": "^0.0.5",
"karma-env-preprocessor": "^0.1.1",
"karma-firefox-launcher": "^2.1.3",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^5.0.1",
"mocha": "^10.8.2",
"mocha-test-container-support": "^0.2.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^23.1.1",
"rollup": "^4.31.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"webpack": "^5.97.1"
}
}