forked from chainapsis/oko
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.56 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@oko-wallet/oko-sdk-core",
"version": "0.1.2-alpha.5",
"type": "module",
"scripts": {
"build": "tsx ./scripts/build.ts",
"typecheck": "tsc --noEmit",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"publishConfig": {
"access": "public"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"keywords": [
"oko",
"keplr",
"wallet",
"blockchain"
],
"repository": {
"type": "git",
"url": "https://github.com/chainapsis/oko.git",
"directory": "sdk/oko_sdk_core"
},
"dependencies": {
"@keplr-wallet/types": "0.12.297",
"@oko-wallet/bytes": "^0.1.2-alpha.5",
"@oko-wallet/oko-types": "^0.1.2-alpha.5",
"@oko-wallet/stdlib-js": "^0.1.2-alpha.5",
"preact": "^10.25.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^24.10.1",
"chalk": "^5.5.0",
"del": "^8.0.1",
"jest": "^30.1.3",
"rollup": "^4.0.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"ts-jest": "^29.4.5",
"tsc-alias": "^1.8.16",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"gitHead": "b1c4753a3a1aa996a2f5c28297d71adbe2457945"
}