forked from currenthandle/zupass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 961 Bytes
/
package.json
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
{
"name": "@pcd/webauthn-pcd",
"version": "0.7.1",
"license": "GPL-3.0-or-later",
"main": "./index.ts",
"types": "./index.ts",
"scripts": {
"lint": "eslint \"**/*.ts{,x}\"",
"test": "jest",
"build": "tsc --noEmit",
"clean": "rm -rf dist node_modules"
},
"dependencies": {
"@pcd/passport-crypto": "0.7.1",
"@pcd/passport-ui": "0.7.1",
"@pcd/pcd-types": "0.7.1",
"@pcd/util": "0.1.1",
"@simplewebauthn/browser": "^7.2.0",
"@simplewebauthn/server": "^7.2.0",
"@simplewebauthn/typescript-types": "^7.0.0",
"@types/jest": "^29.5.0",
"@types/json-bigint": "^1.0.1",
"json-bigint": "^1.0.0",
"styled-components": "^5.3.9",
"typescript": "^4.5.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@pcd/eslint-config-custom": "*",
"@pcd/tsconfig": "*",
"eslint": "^7.32.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0"
},
"publishConfig": {
"access": "public"
}
}