-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
62 lines (62 loc) · 1.52 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@allo-team/allo-v2-sdk",
"version": "1.1.1",
"description": "sdk for allo v2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"npm": ">=8.5.5",
"node": ">=16.15.0"
},
"license": "MIT",
"scripts": {
"docs": "typedoc --out docs src",
"test": "hardhat test --network",
"build": "tsc",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\""
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-viem": "^1.0.4",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"chai": "^4.4.1",
"eslint": "8.48.0",
"eslint-plugin-tsdoc": "^0.2.17",
"ethers": "^6.12.1",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@typechain/hardhat": "^9.1.0",
"dotenv": "^16.4.5",
"events": "^3.3.0",
"hardhat": "^2.22.3",
"mocha": "^10.4.0",
"viem": "^2.13.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allo-protocol/allo-v2-sdk.git"
},
"keywords": [
"allo",
"funding",
"public",
"goods",
"community",
"sdk",
"web3"
],
"author": "allo team",
"bugs": {
"url": "https://github.com/allo-protocol/allo-v2-sdk/issues"
},
"homepage": "https://github.com/allo-protocol/allo-v2-sdk#readme"
}