-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 925 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 925 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
{
"name": "@obviousbread/docs",
"version": "0.3.6",
"description": "Portable agent skills for generating documents (.docx).",
"license": "MIT",
"bin": {
"docs": "bin/install.js"
},
"files": [
"bin/",
"skills/**/SKILL.md",
"skills/**/*.py",
"skills/**/references/**/*.md",
"skills/**/references/**/*.md.example",
"lib/**/*.py",
"references/**/*.md",
"references/**/*.md.example",
"GEMINI.md",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"scripts": {
"test": "node --test tests/*.test.js && python3 -m pytest tests"
},
"keywords": [
"skills",
"agents",
"docx",
"documents",
"russian"
],
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/obviousbread/docs-skills.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}