-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 760 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 760 Bytes
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
{
"name": "minds-eye-law-n-network",
"version": "0.1.0",
"description": "LAW-N (Law of Network) — the Mind's Eye data movement layer for routing, separating, and prioritizing packets across devices, mobile networks, and cloud services.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"example": "ts-node examples/basic-send.ts",
"test": "echo \"No tests yet\""
},
"keywords": [
"minds-eye",
"law-n",
"network",
"packet-routing",
"data-layer",
"agentic-os",
"mindseye",
"sageworks",
"events",
"network-policy"
],
"author": "",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"typescript": "^5.5.0"
}
}