-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.01 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "wowok",
"version": "1.6.59",
"description": "Create, collaborate, and transact on your own terms with the AI-driven web3 collaboration protocol.",
"main": "./src/index.ts",
"types": "./src/index.ts",
"module": "node",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"web3",
"AI",
"wowok",
"sui",
"collaboration",
"protocol",
"WOW",
"permission",
"guard",
"service",
"order",
"machine",
"progress",
"passport",
"demand",
"reward",
"discount",
"mark",
"message",
"vote",
"tags",
"entity",
"resource",
"grantor",
"grantee",
"move language",
"move",
"treasury",
"payment",
"arbitration",
"oracle",
"AI agent"
],
"author": "wowok",
"license": "Apache-2.0",
"dependencies": {
"@mysten/bcs": "^0.11.1",
"@mysten/sui": "^1.7.0"
},
"devDependencies": {
"@types/node": "^20.12.12",
"tsx": "^4.7.1"
}
}