-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 986 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 986 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@researai/meos",
"version": "0.1.1",
"description": "Fork yourself as a Skill, so agents understand you better.",
"license": "MIT",
"homepage": "https://github.com/ResearAI/MeOS",
"repository": {
"type": "git",
"url": "git+https://github.com/ResearAI/MeOS.git"
},
"bugs": {
"url": "https://github.com/ResearAI/MeOS/issues"
},
"keywords": [
"agent-skill",
"codex",
"claude-code",
"openclaw",
"opencode",
"local-first",
"alignment",
"prompting"
],
"bin": {
"meos": "bin/meos.js"
},
"scripts": {
"prepack": "python3 -m py_compile installer.py",
"release:check": "python3 -m py_compile installer.py && npm pack --dry-run"
},
"publishConfig": {
"access": "public"
},
"files": [
"README.md",
"README_ZH.md",
"LICENSE",
"install.sh",
"installer.py",
"bin/",
"SKILL/",
"assets/branding/",
"assets/readme/"
],
"engines": {
"node": ">=18"
}
}