UNPKG

pesco-karavan-core

Version:
61 lines (60 loc) 1.41 kB
{ "name": "pesco-karavan-core", "publisher": "camel-karavan", "version": "3.18.10", "description": "Apache Camel Karavan Core", "scripts": { "build": "tsc", "test": "cross-env TS_NODE_PROJECT=\"test/tsconfig.testing.json\" mocha -r ts-node/register test/**/*.spec.ts", "prepare": "npm run build", "prepublishOnly": "" }, "repository": { "type": "git", "url": "https://github.com/apache/camel-karavan.git" }, "files": [ "lib", "src", "package.json" ], "keywords": [ "Camel", "Tool", "Integration", "Camel Yaml" ], "author": { "name": "Marat Gubaidullin", "email": "marat.gubaidullin@gmail.com" }, "maintainers": [ { "name": "Marat Gubaidullin", "email": "marat.gubaidullin@gmail.com" } ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/apache/camel-karavan/issues" }, "homepage": "https://github.com/apache/camel-karavan#readme", "dependencies": { "@types/js-yaml": "^4.0.5", "@types/uuid": "^8.3.4", "typescript": "^4.5.5", "uuid": "8.3.2" }, "devDependencies": { "@types/chai": "^4.3.0", "@types/dagre": "^0.7.47", "@types/localforage": "0.0.34", "@types/mocha": "^9.1.0", "@types/node": "^20.10.5", "chai": "^4.3.4", "cross-env": "^7.0.3", "fs": "^0.0.1-security", "mocha": "^9.2.0", "ts-node": "^10.4.0" } }