forked from klaytn/klaytn-service-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 789 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": "@klaytn/kss",
"version": "1.0.0",
"author": "Klaytn Community <[email protected]>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/klaytn/klaytn-service-sdk.git"
},
"private": true,
"scripts": {
"build": "wsrun -m build",
"lint": "wsrun -m lint",
"test": "wsrun -m test"
},
"workspaces": {
"packages": [
"packages/!(kss-cli)/**"
],
"nohoist": [
"**/witnet-solidity-bridge"
]
},
"devDependencies": {
"wsrun": "^5.2.4",
"yarn": "^1.22.19"
},
"keywords": [
"klaytn",
"klaytn-service-sdk",
"kss",
"@klaytn/kss-cli",
"@klayt/kss-bridges-celer",
"@klaytn/kss-bridges-wormhole",
"@klaytn/kss-dexs",
"@klaytn/kss-oracles"
]
}