{
  "name": "fido-mds3",
  "version": "0.4.0-20221022",
  "description": "Module to help access to FIDO Alliance Metadata Service v3.",
  "main": "index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "index.js",
    "dist/",
    "cert",
    "config",
    "data"
  ],
  "scripts": {
    "test": "npm run build && tap __test__/**/* --ts --no-check-coverage --timeout=300",
    "clean": "rimraf dist/*",
    "prebuild": "npm run clean",
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "fido",
    "fido2",
    "uaf",
    "u2f",
    "metadata",
    "mds",
    "authenticator",
    "webauthn"
  ],
  "author": "s1r-J",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/s1r-J/fido-mds3.git"
  },
  "bugs": {
    "url": "https://github.com/s1r-J/fido-mds3/issues"
  },
  "homepage": "https://github.com/s1r-J/fido-mds3#readme",
  "dependencies": {
    "axios": "^0.27.2",
    "comment-json": "^4.1.1",
    "dayjs": "^1.10.7",
    "jsrsasign": "^10.5.27",
    "str2ab": "^1.1.0"
  },
  "devDependencies": {
    "@types/comment-json": "^2.4.2",
    "@types/jsrsasign": "^10.5.4",
    "@types/node": "^16.11.7",
    "@types/tap": "^15.0.5",
    "rimraf": "^3.0.2",
    "tap": "^16.2.0",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.5"
  }
}
