@relaycorp/veraid
Version:
DNS without the Internet
74 lines (73 loc) • 2.29 kB
JSON
{
"name": "@relaycorp/veraid",
"version": "3.2.11",
"author": {
"email": "no-reply@relaycorp.tech",
"name": "Relaycorp, Inc.",
"url": "https://relaycorp.tech/"
},
"description": "DNS without the Internet",
"type": "module",
"typings": "build/lib/index.d.ts",
"main": "build/lib/index.js",
"repository": "https://github.com/relaycorp/veraid-js",
"homepage": "https://docs.relaycorp.tech/veraid-js/",
"license": "MIT",
"keywords": [
"VeraId",
"Vera"
],
"scripts": {
"build": "run-s clean tsc",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.ts\" --write",
"fix:eslint": "eslint -c .eslintrc.cjs --fix src",
"static-checks": "run-p static-checks:*",
"static-checks:lint": "eslint -c .eslintrc.cjs src",
"static-checks:prettier": "prettier \"src/**/*.ts\" --list-different",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
"test:integration": "run-s build test:integration:jest",
"test:integration:jest": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest-integration-transpiled.config.mjs",
"tsc": "tsc",
"doc-api": "typedoc src/index.ts --out build/docs",
"clean": "del-cli build test"
},
"engines": {
"node": ">=16.9"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@relaycorp/eslint-config": "^1.1.131",
"@relaycorp/shared-config": "^1.15.1",
"@types/jest": "^29.5.14",
"@typescript-eslint/parser": "^5.59.7",
"del-cli": "^6.0.0",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"jest-date-mock": "^1.0.10",
"jest-extended": "^6.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typedoc": "^0.28.7",
"typescript": "^5.8.3"
},
"prettier": "@relaycorp/shared-config/.prettierrc.json",
"publishConfig": {
"access": "public",
"tag": "latest"
},
"dependencies": {
"@peculiar/asn1-cms": "^2.3.15",
"@peculiar/asn1-schema": "^2.3.3",
"@peculiar/asn1-x509": "^2.3.15",
"@peculiar/webcrypto": "^1.5.0",
"@relaycorp/dnssec": "^1.12.1",
"asn1js": "^3.0.6",
"date-fns": "^4.1.0",
"dohdec": "^7.0.4",
"pkijs": "^3.2.5",
"webcrypto-core": "^1.7.7"
}
}