UNPKG

@s25digital/aa-central-registry

Version:

A package to work with Sahamati Central Registry in AA ecosystem

69 lines (68 loc) 1.88 kB
{ "name": "@s25digital/aa-central-registry", "version": "2.8.0", "description": "A package to work with Sahamati Central Registry in AA ecosystem", "main": "dist/index.js", "files": [ "dist", "types" ], "types": "types", "scripts": { "lint": "eslint .", "prettier": "prettier --write .", "prebuild": "rimraf dist", "build": "node build.js", "build:types": "tsc", "prepublishOnly": "npm run build", "test": "cross-env TZ=utc DOTENV_CONFIG_PATH=.env.spec mocha -r esbuild-register -r dotenv/config 'test/**/*.spec.ts' --timeout 10000", "test:coverage": "nyc npm run test", "preinteg": "npm run build", "integ": "node -r dotenv/config integ/index.js" }, "keywords": [ "account-aggregator", "central registry", "aa-commons", "AA" ], "author": "Simranjeet Singh", "license": "MIT", "dependencies": { "axios": "^1.13.2", "axios-retry": "^4.5.0", "date-fns": "^4.1.0", "jsonwebtoken": "^9.0.2", "node-cache": "^5.1.2", "pino": "^10.1.0", "redis": "^5.9.0", "rsa-pem-from-mod-exp": "^0.8.6", "uuid": "^13.0.0" }, "devDependencies": { "@types/chai": "^5.2.3", "@types/jsonwebtoken": "^9.0.10", "@types/mocha": "^10.0.10", "@types/node": "^24.10.0", "@types/sinon": "^17.0.4", "@types/uuid": "^11.0.0", "@typescript-eslint/eslint-plugin": "^8.46.3", "chai": "^6.2.0", "cross-env": "^10.1.0", "dotenv": "^17.2.3", "esbuild": "^0.25.12", "esbuild-register": "^3.6.0", "eslint": "^9.39.1", "eslint-config-prettier": "^10.1.8", "mocha": "^11.7.5", "nock": "^14.0.10", "nyc": "^17.1.0", "prettier": "^3.6.2", "rimraf": "^6.1.0", "sinon": "^21.0.0", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "typescript": "^5.9.3", "typescript-json-decoder": "^1.0.11" } }