-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 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
{
"name": "@itheum/sdk-mx-enterprise",
"version": "0.3.0",
"description": "SDK for Itheum's Enterprise technology",
"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.1.0",
"@multiversx/sdk-network-providers": "2.4.3"
},
"devDependencies": {
"@commitlint/config-conventional": "18.4.4",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.2",
"@semantic-release/release-notes-generator": "12.1.0",
"@types/jest": "29.5.11",
"commitlint": "18.4.4",
"husky": "9.0.11",
"jest": "29.7.0",
"semantic-release": "23.0.2",
"ts-jest": "29.1.2",
"tslint": "6.1.3",
"typedoc": "0.25.7",
"typescript": "5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Itheum/sdk-mx-enterprise"
}
}