karavan-core
Version:
Apache Camel Karavan Core
63 lines (62 loc) • 1.44 kB
JSON
{
"name": "karavan-core",
"publisher": "camel-karavan",
"version": "4.8.0",
"description": "Apache Camel Karavan Core",
"scripts": {
"build": "babel src -d dist",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/apache/camel-karavan.git"
},
"type": "module",
"keywords": [
"Camel",
"Tool",
"Integration",
"Camel Yaml"
],
"author": {
"name": "Najib Amait",
"email": "najib.amait@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.9",
"@types/uuid": "^10.0.0",
"tsconfig-paths": "^4.2.0",
"uuid": "10.0.0"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@types/chai": "^4.3.16",
"@types/dagre": "^0.7.52",
"@types/mocha": "^10.0.7",
"@types/node": "20.14.9",
"chai": "^5.1.1",
"cross-env": "^7.0.3",
"fs": "^0.0.1-security",
"mocha": "^10.5.2",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "4.9.5"
}
}