16 lines
252 B
JSON
Raw Permalink Normal View History

2026-06-02 15:05:01 +02:00
{
2026-07-07 15:44:24 +02:00
"name": "client-arangodb",
2026-06-02 15:05:01 +02:00
"module": "index.ts",
"type": "module",
"private": true,
2026-07-07 15:44:24 +02:00
"dependencies": {
"arangojs": "^9.2.0"
},
2026-06-02 15:05:01 +02:00
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
}
}