-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.55 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.55 KB
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
47
48
49
50
51
52
53
54
55
{
"name": "@tokenscript/browser-runtime",
"version": "1.0.0",
"description": "",
"module": "index.js",
"scripts": {
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"generate": "stencil generate",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "npx -y patch-package && cd ../engine-js && npx -y patch-package"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/dexie": "^1.3.1",
"@types/jsdom": "^21.1.7",
"dotenv": "^16.4.5",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-polyfill-node": "^0.11.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@coinbase/wallet-sdk": "^4.0.4",
"@datadog/browser-rum": "^5.21.0",
"@ethereum-attestation-service/eas-sdk": "2.5.0",
"@joyid/ethereum-provider": "^1.0.7",
"@peculiar/x509": "^1.11.0",
"@stencil/core": "4.12.1",
"@tokenscript/engine-js": "file:../engine-js",
"@tokenscript/xmldsigjs": "^2.5.2",
"@toruslabs/torus-embed": "^1.41.3",
"@walletconnect/ethereum-provider": "^2.13.3",
"bignumber.js": "^9.1.2",
"cb-toast": "^0.0.2",
"dexie": "^3.2.7",
"ethers": "^6.13.1",
"ethers-decode-error": "^2.1.3",
"ipfs-only-hash": "^4.0.0",
"jsdom": "^22.1.0",
"lodash": "^4.17.21",
"viem": "^2.18.0",
"webcrypto-liner": "^1.4.3"
},
"overrides": {
"xml-core": {
"@xmldom/xmldom": "^0.9.0-beta.6"
},
"xmldsigjs": {
"pkijs": "3.1.0"
},
"elliptic": "^6.5.4"
}
}