@infect/rda
Version:
RDA public API
45 lines (44 loc) • 1.21 kB
JSON
{
"name": "@infect/rda",
"version": "3.4.6",
"description": "RDA public API",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node --experimental-modules --no-warnings ./node_modules/.bin/section ./test/*.js --dev --log-level=error+ --log-module=*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infect-org/rda.git"
},
"keywords": [
"rda",
"public-api"
],
"author": "Lina van der Weg",
"license": "MIT",
"bugs": {
"url": "https://github.com/infect-org/rda/issues"
},
"homepage": "https://github.com/infect-org/rda#readme",
"devDependencies": {
"@infect/guideline-service": "^1.4.0",
"@infect/infect-rda-sample-storage": "^4.6.0",
"@infect/rda-cluster-service": "^3.2.0",
"@infect/rda-compute-service": "^3.1.0",
"@infect/rda-service-registry": "^3.1.3",
"section-tests": "^3.2.1"
},
"dependencies": {
"@distributed-systems/http2-client": "^3.0.1",
"@infect/rda-service": "^5.2.1",
"@infect/rda-service-manager": "^2.1.1",
"ee-log": "^3.0.9",
"logd": "^2.3.1",
"logd-console-transport": "^1.1.0",
"lru-cache": "^7.10.1"
},
"type": "module"
}