summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/package.json
blob: 6999a8fa18c77f65852cf7664d5ecb38337109d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "name": "@simplewebauthn/browser",
  "version": "10.0.0",
  "description": "SimpleWebAuthn for Browsers",
  "main": "dist/bundle/index.js",
  "unpkg": "dist/bundle/index.umd.min.js",
  "types": "dist/types/index.d.ts",
  "author": "Matthew Miller <matthew@millerti.me>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MasterKale/SimpleWebAuthn.git",
    "directory": "packages/browser"
  },
  "homepage": "https://github.com/MasterKale/SimpleWebAuthn/tree/master/packages/browser#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rimraf dist && rollup -c",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "npm test -- --coverage",
    "prepublish": "npm run build"
  },
  "keywords": [
    "typescript",
    "webauthn",
    "passkeys",
    "fido",
    "umd"
  ],
  "dependencies": {
    "@simplewebauthn/types": "workspace:^"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@rollup/plugin-terser": "^0.4.3",
    "@rollup/plugin-typescript": "^8.2.1",
    "rollup": "^2.52.1",
    "rollup-plugin-version-injector": "^1.3.3",
    "tslib": "^2.6.2"
  },
  "type": "module",
  "gitHead": "ba039fdd5fdff87f78d3bd246e9bea5f7aa39ccb"
}