-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 943 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
{
"name": "@kimlikdao/lib",
"description": "KimlikDAO JavaScript library",
"author": "KimlikDAO <[email protected]>",
"version": "0.0.1",
"license": "MIT",
"type": "module",
"scripts": {
"postinstall": "mkdir -p ./node_modules/@kimlikdao && ln -sfn ../../kdjs ./node_modules/@kimlikdao/kdjs",
"test": "bun testing/runner.js",
"bench": "bun testing/runner.js bench",
"test:compiled": "bun testing/runner.js test"
},
"devDependencies": {
"@ethereumjs/evm": "^3.1.1",
"@noble/secp256k1": "^2.1.0",
"ethers": "^6.13.2",
"mina-signer": "^3.0.7"
},
"dependencies": {
"acorn": "^8.12.1",
"acorn-walk": "^8.3.4",
"astring": "^1.9.0",
"css": "^3.0.0",
"csso": "^5.0.5",
"google-closure-compiler": "^20240317.0.0",
"html-minifier": "^4.0.0",
"htmlparser2": "^9.1.0",
"js-yaml": "^4.1.0",
"sax": "^1.4.1",
"svgo": "^3.3.2",
"uglify-js": "~3.19.3"
}
}