-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 KB
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
{
"name": "umi-sdk",
"version": "0.1.1",
"description": "Umi SDK helps development of Move and Solidity smart contracts on the Umi network.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"umi",
"move",
"hardhat",
"smart-contract"
],
"author": "Umi Team",
"scripts": {
"lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json",
"lint": "tslint --config tslint.json --project tsconfig.json",
"test": "mocha --exit --recursive 'test/**/*.test.ts'",
"build": "tsc",
"watch": "tsc -w",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@mysten/bcs": "^1.7.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^24.2.0",
"hardhat": "^2.26.1",
"typescript": "^5.9.2"
},
"peerDependencies": {
"hardhat": "2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UmiNetwork/umi-sdk.git"
},
"bugs": {
"url": "https://github.com/UmiNetwork/umi-sdk/issues"
},
"homepage": "https://github.com/UmiNetwork/umi-sdk#readme",
"license": "ISC"
}