process-reporting-ts
Version:
Process reporting with typescript
51 lines (50 loc) • 1.19 kB
JSON
{
"name": "process-reporting-ts",
"version": "2.10.2",
"description": "Process reporting with typescript",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"/lib"
],
"scripts": {
"build": "tsc",
"test": "jest",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microtema/process-reporting-ts.git"
},
"keywords": [
"AOP",
"Typescript",
"NPM",
"Open-Source",
"Process-Reporting"
],
"author": "microtema@web.de",
"license": "MIT",
"bugs": {
"url": "https://github.com/microtema/process-reporting-ts/issues"
},
"homepage": "https://github.com/microtema/process-reporting-ts#readme",
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/jest": "^29.5.8",
"@types/mustache": "^4.2.5",
"@types/uuid": "^9.0.7",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@types/bpmn-moddle": "^5.1.11",
"axios-observable": "^2.0.0",
"bpmn-moddle": "^9.0.1",
"mustache": "^4.2.0",
"pure-function-decorator": "^2.0.1",
"test": "^3.3.0",
"uuid": "^9.0.1"
}
}