forked from itsobvioustech/aa-passkeys-wallet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1011 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
{
"name": "@itsobvioustech/aa-passkeys-wallet",
"version": "0.0.3",
"description": "",
"main": "./build/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"typechain": "typechain --target=ethers-v5 --out-dir typechain-types ./out/**/*.json",
"build": "tsc index.ts -d true -t es6 -m es6 --moduleResolution node --outDir ./build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@typechain/ethers-v5": "^10.2.0",
"@types/elliptic": "^6.4.14",
"ethers": "^5.7.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.1"
},
"dependencies": {
"@account-abstraction/sdk": "^0.5.0",
"@passwordless-id/webauthn": "^1.2.0",
"@peculiar/asn1-ecc": "^2.3.4",
"@peculiar/asn1-schema": "^2.3.3",
"base64url": "^3.0.1",
"elliptic": "^6.5.4",
"typescript": "^4.9.5"
},
"publishConfig": {
"@itsobvioustech:registry": "https://npm.pkg.github.com"
}
}