UNPKG

772 BJSONView Raw
1{
2 "name": "eslint-plugin-bpmn-io",
3 "version": "0.11.0",
4 "description": "Shared lint rules for bpmn.io projects",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+ssh://git@github.com/bpmn-io/eslint-plugin-bpmn-io.git"
9 },
10 "scripts": {
11 "all": "npm test",
12 "test": "cd test && npm install && npm test"
13 },
14 "keywords": [
15 "eslint",
16 "lint",
17 "rules",
18 "bpmn.io"
19 ],
20 "author": "Nico Rehwaldt <nico.rehwaldt@camunda.com>",
21 "license": "MIT",
22 "dependencies": {
23 "babel-eslint": "^10.1.0",
24 "eslint-plugin-mocha": "^6.3.0",
25 "eslint-plugin-react": "^7.18.3"
26 },
27 "devDependencies": {
28 "eslint": "^6.8.0"
29 },
30 "peerDependencies": {
31 "eslint": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
32 }
33}