-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "@itheum/sdk-mx-data-nft",
"version": "3.6.1",
"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 .",
"lint:fix": "tslint --project . --fix",
"build": "tsc -p tsconfig.json",
"prepare": "npm run build && husky"
},
"author": "Itheum Protocol",
"license": "GPL-3.0-only",
"dependencies": {
"@multiversx/sdk-core": "13.2.2",
"@multiversx/sdk-network-providers": "2.4.3",
"bignumber.js": "9.1.2",
"nft.storage": "7.2.0"
},
"devDependencies": {
"@commitlint/config-conventional": "19.2.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.1.3",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@types/jest": "29.5.12",
"commitlint": "19.3.0",
"husky": "9.1.4",
"jest": "29.7.0",
"semantic-release": "24.0.0",
"ts-jest": "29.2.3",
"tslint": "6.1.3",
"typedoc": "0.26.5",
"typescript": "5.5.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Itheum/sdk-mx-data-nft"
}
}