-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "seascape",
"version": "2.0.3",
"description": "Seascape SDK to save 30% of your time in Dapp development",
"main": "compiled/index.js",
"files": [
"compiled/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blocklords/seascape-js.git"
},
"author": "Medet Ahmetson <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/blocklords/seascape-js/issues"
},
"homepage": "https://github.com/blocklords/seascape-js#readme",
"devDependencies": {
"@types/node": "^18.0.0",
"brfs": "^2.0.2",
"express": "^4.17.1",
"https-browserify": "^1.0.0",
"truffle": "^5.5.15",
"url-loader": "^4.1.1",
"webpack": "^5.12.2",
"webpack-cli": "^4.3.1"
},
"dependencies": {
"@ethersproject/contracts": "^5.0.9",
"@ethersproject/providers": "^5.0.18",
"@ethersproject/solidity": "^5.0.8",
"ali-oss": "^6.17.1",
"axios": "^0.21.4",
"babel-polyfill": "^6.26.0",
"browserify": "^17.0.0",
"ethers": "^5.5.4",
"ethers-ts": "^5.5.3",
"stream-browserify": "^3.0.0",
"tsify": "^5.0.4",
"typescript": "^4.7.4"
}
}