-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 999 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
38
{
"name": "@itheum/sdk-data-marshal-network",
"version": "1.2.0",
"description": "SDK for Itheum Marshal Network",
"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 install"
},
"author": "Itheum Protocol",
"license": "GPL-3.0-only",
"dependencies": {
"@multiversx/sdk-core": "12.18.0",
"@multiversx/sdk-network-providers": "2.2.1"
},
"devDependencies": {
"@commitlint/config-conventional": "18.4.4",
"@types/jest": "29.5.11",
"commitlint": "^18.4.4",
"husky": "8.0.3",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"tslint": "6.1.3",
"typedoc": "0.25.7",
"typescript": "5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Itheum/sdk-data-marshal-network"
}
}