forked from youves-com/youves-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 989 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
{
"name": "@temple-wallet/youves-sdk",
"version": "0.0.10",
"description": "An SDK to simplify the interaction with youves smart contracts.",
"main": "dist/index.js",
"scripts": {
"prettier": "prettier --write './**/*'",
"test": "jest --runInBand --verbose true",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:10022/ubinetic/youves-sdk.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"@taquito/beacon-wallet": "20.0.0",
"@taquito/contracts-library": "20.0.0",
"@taquito/taquito": "20.0.0",
"@taquito/tzip16": "20.0.0",
"axios": "^1.7.4",
"bignumber.js": "^9.1.0",
"graphql": "^15.5.1",
"graphql-request": "^3.5.0"
},
"devDependencies": {
"@taquito/signer": "20.0.0",
"@types/jest": "26.0.24",
"@types/node": "18.19.17",
"jest": "27.0.6",
"prettier": "2.3.2",
"ts-jest": "27.0.4",
"ts-node": "10.1.0",
"typescript": "5.3.3"
}
}