{
  "name": "trust-center",
  "engines": {
    "node": ">=15.6.0"
  },
  "version": "0.4.0",
  "description": "Multifactor Trust Center (trust.multifactor.com): Verify Enclave Attestations & Generate Enclave Secrets",
  "main": "src/index.js",
  "scripts": {
    "test": "npm run style && npm run unit",
    "style": "standard ./src --fix && standard ./test --fix",
    "unit": "mocha \"test/**/*.js\" -u tdd -s 0 --timeout 5000",
    "version": "npm run build && npm run react && npm run docs && git add *",
    "release": "np --branch main --no-cleanup",
    "postpublish": "npm run deploy",
    "deploy": "gh-pages -d site",
    "docs": "jsdoc src -c .jsdoc.json",
    "react": "rm -rf site && cd web-app && npm run build && cp -R build ../site && cd ../",
    "build": "npm run browserify && npm run minify",
    "start": "cd web-app && npm run start && cd ../",
    "browserify": "webpack",
    "minify": "terser --compress --comments false --module index.js --mangle -o index.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/multifactor/trust-center.git"
  },
  "author": "Vivek Nair (https://nair.me) <vivek@nair.me>",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/multifactor/trust-center/issues"
  },
  "files": [
    "src/**",
    "README.md",
    "index.js",
    "index.min.js"
  ],
  "homepage": "https://github.com/multifactor/trust-center#readme",
  "devDependencies": {
    "assert": "^2.0.0",
    "base64-loader": "^1.0.0",
    "buffer": "^6.0.3",
    "chai": "^4.3.4",
    "constants-browserify": "^1.0.0",
    "crypto-browserify": "^3.12.0",
    "docdash": "^1.2.0",
    "gh-pages": "^3.2.3",
    "jsdoc": "^3.6.7",
    "mocha": "^9.1.3",
    "np": "^7.6.0",
    "process": "^0.11.10",
    "standard": "^16.0.4",
    "stream-browserify": "^3.0.0",
    "terser": "^5.10.0",
    "webpack": "^5.65.0",
    "webpack-cli": "^4.9.1"
  },
  "dependencies": {
    "@peculiar/webcrypto": "^1.2.3",
    "@peculiar/x509": "^1.6.1",
    "cbor": "^8.1.0",
    "cose-js": "^0.8.3",
    "openpgp": "^5.1.0"
  },
  "overrides": {
    "cbor": "^8.1.0"
  },
  "resolutions": {
    "cose-js/**/cbor": "^8.1.0"
  }
}
