{
  "name": "@web-auth/webauthn-helper",
  "version": "0.0.13",
  "description": "JS functions to ease the use of the Spomky-Labs library and Symfony bundle",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "build": "webpack --mode=production",
    "watch": "webpack --watch --mode=development"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web-auth/webauthn-helper.git"
  },
  "keywords": [
    "webauthn"
  ],
  "author": "Spomky",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/web-auth/webauthn-helper/issues"
  },
  "homepage": "https://github.com/web-auth/webauthn-helper",
  "devDependencies": {
    "@babel/core": "^7.10.5",
    "@babel/preset-env": "^7.10.4",
    "@types/jest": "^26.0.7",
    "babel-jest": "^26.2.1",
    "babel-loader": "^8.1.0",
    "core-js": "^3.6.5",
    "jest": "^26.2.1",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12"
  }
}
