-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 908 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
39
40
{
"name": "@infu/icblast",
"version": "2.1.0",
"description": "",
"type": "module",
"exports": {
"node": {
"import": "./esm/index.js",
"require": "./cjs/index.js"
},
"default": {
"import": "./esm/browser.js",
"require": "./cjs/browser.js"
}
},
"homepage": "https://github.com/infu/icblast",
"scripts": {
"build": "node build.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/node": "^7.20.7",
"@babel/preset-env": "^7.21.5",
"esbuild": "^0.17.19"
},
"peerDependencies": {
"@dfinity/agent": "*",
"@dfinity/auth-client": "*",
"@dfinity/candid": "*",
"@dfinity/identity": "*",
"@dfinity/principal": "*",
"get-random-values": "^2.1.0",
"isomorphic-fetch": "^3.0.0",
"js-sha256": "^0.9.0",
"p-limit": "^4.0.0"
}
}