-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 907 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
{
"name": "@itheum/sdk-mx-data-nft",
"version": "2.3.0",
"description": "SDK for Itheum's Data NFT Technology on MultiversX Blockchain",
"main": "out/index.js",
"types": "out/index.d.js",
"files": [
"out/**/*"
],
"scripts": {
"test": "jest --runInBand --forceExit",
"lint": "tslint --project .",
"build": "tsc -p tsconfig.json",
"prepare": "npm run build"
},
"author": "Itheum Protocol",
"license": "GPL-3.0-only",
"dependencies": {
"@multiversx/sdk-core": "12.11.0",
"@multiversx/sdk-network-providers": "2.0.0",
"bignumber.js": "9.1.2",
"nft.storage": "7.1.1"
},
"devDependencies": {
"@types/jest": "29.5.4",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"tslint": "6.1.3",
"typedoc": "0.25.1",
"typescript": "5.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Itheum/sdk-mx-data-nft"
}
}