Skip to content

Commit

Permalink
[INFRA] Prepare publish to npmjs (#692)
Browse files Browse the repository at this point in the history
Update package.json fields
  • Loading branch information
csouchet authored Oct 5, 2020
1 parent ddb73ef commit 89d4e74
Showing 1 changed file with 50 additions and 16 deletions.
66 changes: 50 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,48 @@
"name": "bpmn-visualization",
"version": "0.3.1",
"description": "A TypeScript library to visualize process execution data on BPMN diagrams",
"repository": "https://github.com/process-analytics/bpmn-visualization-js",
"keywords": [
"bpmn2",
"bpmn",
"javascript",
"typescript",
"ui-components",
"diagrams",
"visualization",
"process-analytics",
"view",
"bpmn-support",
"analytics",
"diagram",
"viewer"
],
"homepage": "https://github.com/process-analytics/bpmn-visualization-js#readme",
"bugs": "https://github.com/process-analytics/bpmn-visualization-js/issues" ,
"license": "Apache-2.0",
"contributors": [
{
"name" : "Thomas Bouffard",
"url" : "https://github.com/tbouffard"
},
{
"name" : "Céline Souchet",
"url" : "https://github.com/csouchet"
},
{
"name" : "Marcin Michniewicz",
"url" : "https://github.com/aibcmars"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/process-analytics/bpmn-visualization-js.git"
},
"browser": "dist/bpmn-visualization.js",
"module": "dist/bpmn-visualization.esm.js",
"types": "dist/bpmn-visualization.d.ts",
"files": [
"dist"
],
"types": "dist/bpmn-visualization.d.ts",
"scripts": {
"all": "run-s clean lint lint-check build test",
"clean": "rimraf build coverage dist",
Expand All @@ -32,16 +66,10 @@
"test:e2e": "cross-env DEBUG=test JEST_IMAGE_SNAPSHOT_TRACK_OBSOLETE=1 jest --runInBand --detectOpenHandles --config=jest.config.e2e.js",
"test:e2e:coverage": "cross-env JEST_IMAGE_SNAPSHOT_TRACK_OBSOLETE=1 jest --runInBand --detectOpenHandles --config=jest.config.e2e.js --coverage"
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "tsc --noEmit && lint-staged"
}
"dependencies": {
"entities": "^2.0.0",
"fast-xml-parser": "^3.17.4",
"mxgraph": "4.1.0"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
Expand Down Expand Up @@ -89,9 +117,15 @@
"ts-mxgraph": "git+https://github.com/process-analytics/ts-mxgraph.git#v1.0.1",
"typescript": "^3.9.7"
},
"dependencies": {
"entities": "^2.0.0",
"fast-xml-parser": "^3.17.4",
"mxgraph": "4.1.0"
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "tsc --noEmit && lint-staged"
}
}
}

0 comments on commit 89d4e74

Please sign in to comment.