@bpmn-io/feel-lint
Version:
Linter for FEEL expressions.
80 lines (79 loc) • 1.94 kB
JSON
{
"name": "@bpmn-io/feel-lint",
"version": "3.1.0",
"description": "Linter for FEEL expressions.",
"type": "module",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"source": "./lib/index.js",
"main": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"start": "SINGLE_START=editor npm run dev",
"all": "run-s lint test build",
"build": "rollup -c --bundleConfigAsCjs",
"dev": "npm test -- --auto-watch --no-single-run",
"lint": "eslint .",
"prepare": "run-s build",
"test": "karma start test/karma.config.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bpmn-io/feel-lint.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"bpmn-io",
"feel",
"linter"
],
"author": {
"name": "Martin Stamm",
"url": "https://github.com/marstamm"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"engines": {
"node": "*"
},
"license": "MIT",
"devDependencies": {
"@bpmn-io/lang-feel": "^3.0.0",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lint": "^6.9.3",
"@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.39.12",
"@rollup/plugin-commonjs": "^29.0.0",
"chai": "^6.2.2",
"eslint": "^9.39.2",
"eslint-plugin-bpmn-io": "^2.2.0",
"karma": "^6.4.4",
"karma-chrome-launcher-2": "^3.3.0",
"karma-coverage": "^2.2.1",
"karma-debug-launcher": "^0.0.5",
"karma-env-preprocessor": "^0.1.1",
"karma-mocha": "^2.0.1",
"karma-webpack": "^5.0.1",
"mocha": "^11.0.0",
"npm-run-all2": "^8.0.4",
"puppeteer": "^24.36.1",
"rollup": "^4.57.1",
"sinon": "^21.0.1",
"sinon-chai": "^4.0.0",
"webpack": "^5.105.0"
},
"dependencies": {
"@bpmn-io/lezer-feel": "^2.1.0",
"@codemirror/language": "^6.12.1"
}
}