{
  "name": "pm4js",
  "version": "0.0.38",
  "description": "Process Mining for Javascript",
  "main": "init.js",
  "directories": {
    "example": "examples"
  },
  "dependencies": {
    "retus": "^1.1.2",
    "xmldom": "^0.6.0",
    "xmlserializer": "^0.6.1",
	"sql.js": "^1.8.0"
  },
  "devDependencies": {
    "jest": "^27.1.1"
  },
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pm4js/pm4js-core.git"
  },
  "keywords": [
    "process",
    "mining",
    "javascript",
    "pm4js"
  ],
  "author": "Alessandro Berti",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/pm4js/pm4js-core/issues"
  },
  "homepage": "https://github.com/pm4js/pm4js-core#readme"
}
