-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 812 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 812 Bytes
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
{
"name": "@peerme/snippets",
"version": "1.0.0",
"description": "Useful snippets for interacting with the MultiversX blockchain.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PeerMeHQ/snippets.git"
},
"author": "micha vie",
"license": "ISC",
"bugs": {
"url": "https://github.com/PeerMeHQ/snippets/issues"
},
"homepage": "https://github.com/PeerMeHQ/snippets#readme",
"dependencies": {
"@multiversx/sdk-core": "12.1.0",
"@multiversx/sdk-network-providers": "^1.4.0",
"@multiversx/sdk-wallet": "^4.4.0",
"@peerme/sdk": "^0.2.1",
"bignumber.js": "^9.1.1",
"collect.js": "^4.36.1",
"fs": "^0.0.1-security",
"path": "^0.12.7"
}
}