{
  "name": "@bpmn-io/lang-feel",
  "version": "4.0.2",
  "description": "FEEL language support for the CodeMirror code editor",
  "scripts": {
    "all": "run-s lint build test",
    "test": "karma start karma.conf.cjs",
    "start": "SINGLE_START=1 npm run dev",
    "dev": "run-p 'build -- watch' 'test -- --no-single-run --auto-watch'",
    "lint": "eslint . --ext ts",
    "build": "microbundle -f modern --target node",
    "prepare": "npm run build"
  },
  "keywords": [
    "editor",
    "code"
  ],
  "author": {
    "name": "Nico Rehwaldt",
    "url": "https://github.com/nikku"
  },
  "type": "module",
  "source": "./src/index.ts",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "license": "MIT",
  "dependencies": {
    "@bpmn-io/lezer-feel": "^3.0.1",
    "@codemirror/autocomplete": "^6.20.3",
    "@codemirror/language": "^6.12.3",
    "@lezer/common": "^1.5.2"
  },
  "devDependencies": {
    "@codemirror/state": "^6.6.0",
    "@codemirror/view": "^6.43.1",
    "@types/karma-chai": "^0.1.8",
    "@types/karma-mocha": "^1.3.4",
    "@types/mocha": "^10.0.10",
    "chai": "^6.2.2",
    "codemirror": "^6.0.2",
    "eslint": "^9.39.4",
    "eslint-plugin-bpmn-io": "^2.3.1",
    "karma": "^6.4.4",
    "karma-chrome-launcher-2": "^3.3.0",
    "karma-debug-launcher": "^0.0.5",
    "karma-env-preprocessor": "^0.1.1",
    "karma-mocha": "^2.0.1",
    "karma-webpack": "^5.0.1",
    "microbundle": "^0.15.1",
    "min-dom": "^5.3.0",
    "mocha": "^11.7.6",
    "npm-run-all2": "^9.0.2",
    "ts-loader": "^9.6.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.61.1",
    "webpack": "^5.107.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmn-io/lang-feel.git"
  },
  "engines": {
    "node": ">= 20.12.0"
  },
  "files": [
    "dist"
  ]
}
