UNPKG

1.66 kBJSONView Raw
1{
2 "name": "dmn-js",
3 "description": "A dmn toolkit and web modeler",
4 "version": "9.2.1",
5 "scripts": {
6 "test": "karma start",
7 "dev": "npm run test -- --no-single-run --auto-watch",
8 "test:distro": "node tasks/test-distro.js",
9 "distro": "node tasks/build-distro.js",
10 "prepublishOnly": "run-s build distro test:distro",
11 "build": "shx rm -rf lib && babel -s -q -d lib src"
12 },
13 "main": "./lib/index.js",
14 "author": {
15 "name": "Sebastian Stamm",
16 "url": "https://github.com/SebastianStamm"
17 },
18 "contributors": [
19 {
20 "name": "bpmn.io contributors",
21 "url": "https://github.com/bpmn-io"
22 }
23 ],
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/bpmn-io/dmn-js",
27 "directory": "packages/dmn-js"
28 },
29 "license": "SEE LICENSE IN LICENSE",
30 "keywords": [
31 "dmn",
32 "dmn-js",
33 "toolkit",
34 "web modeler",
35 "modeler",
36 "modeling",
37 "decision modeling"
38 ],
39 "devDependencies": {
40 "cpx": "^1.5.0",
41 "del": "^5.1.0",
42 "diagram-js": "^6.6.1",
43 "dmn-font": "^0.5.0",
44 "execa": "^3.3.0",
45 "min-dom": "^3.1.1",
46 "mkdirp": "^0.5.1",
47 "rollup": "^1.27.2",
48 "rollup-plugin-babel": "^4.3.3",
49 "rollup-plugin-commonjs": "^10.1.0",
50 "rollup-plugin-json": "^4.0.0",
51 "rollup-plugin-license": "^0.12.1",
52 "rollup-plugin-node-resolve": "^5.2.0",
53 "rollup-plugin-replace": "^2.1.0",
54 "rollup-plugin-uglify": "^6.0.0"
55 },
56 "dependencies": {
57 "dmn-js-decision-table": "^9.2.1",
58 "dmn-js-drd": "^9.2.0",
59 "dmn-js-literal-expression": "^9.2.0",
60 "dmn-js-shared": "^9.2.0"
61 },
62 "gitHead": "998c605ea9ad874446add24c3ff67015947995b2"
63}