@testcontainers/arangodb
Version:
ArangoDB module for Testcontainers
38 lines (37 loc) • 876 B
JSON
{
"name": "@testcontainers/arangodb",
"version": "11.11.0",
"license": "MIT",
"keywords": [
"arangodb",
"testing",
"docker",
"testcontainers"
],
"description": "ArangoDB module for Testcontainers",
"homepage": "https://github.com/testcontainers/testcontainers-node#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/testcontainers/testcontainers-node.git"
},
"bugs": {
"url": "https://github.com/testcontainers/testcontainers-node/issues"
},
"main": "build/index.js",
"files": [
"build"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE .",
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"arangojs": "^10.1.2"
},
"dependencies": {
"testcontainers": "^11.11.0"
}
}