-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
{
"name": "@panacloud/protocol-sdk",
"version": "0.0.12-alpha",
"description": "Panacloud Protocol SDK",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"scripts": {
"typechain": "node scripts/generateTypechainFiles.ts",
"build": "hardhat compile && tsc"
},
"author": "Zeeshan Hanif @zeeshanhanif",
"license": "MIT",
"files": [
"dist/**/*",
"README.md"
],
"bugs": {
"url": "https://github.com/panacloud/protocol-sdk/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/panacloud/protocol-sdk.git"
},
"homepage": "https://github.com/panacloud/protocol-sdk",
"keywords": [
"Panacloud",
"Protocol",
"SDK",
"Ethereum"
],
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.2",
"@typechain/ethers-v5": "^7.1.2",
"@typechain/hardhat": "^2.3.0",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.10.2",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.7",
"hardhat": "^2.6.4",
"ts-node": "^10.2.1",
"typechain": "^5.2.0",
"typescript": "^4.4.3"
}
}