blob: 061f7d0a49f8c400a7ec4c34f830d672827900d8 [file] [log] [blame]
{
"name": "karavan-core",
"publisher": "camel-karavan",
"version": "3.18.1",
"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 && npm run test",
"prepublishOnly": "npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/apache/camel-karavan.git"
},
"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": "^17.0.23",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"fs": "^0.0.1-security",
"mocha": "^9.2.0",
"ts-node": "^10.4.0"
}
}