-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.27 KB
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
57
58
59
60
61
62
{
"name": "officecli",
"version": "0.2.106",
"description": "AI document generation CLI for PPTX, DOCX, XLSX, reports, and images.",
"license": "UNLICENSED",
"private": false,
"bin": {
"officecli": "bin/officecli.js",
"officecli-dev": "bin/officecli-dev.js"
},
"files": [
"README.md",
"bin",
"lib",
"scripts"
],
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
"smoke:version": "node ./bin/officecli.js --version",
"test": "node --test ./test/install.test.js",
"pack:dry-run": "npm pack --dry-run",
"check:release-version": "node ./scripts/check-release-version.js"
},
"engines": {
"node": ">=18"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"homepage": "https://officecli.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/officecli/officecli.git"
},
"bugs": {
"url": "https://github.com/officecli/officecli/issues"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"officecli",
"ai",
"cli",
"ai-document-generator",
"document-automation",
"pptx",
"powerpoint",
"docx",
"xlsx",
"report-generation",
"image-generation",
"office-documents",
"ai-agents"
]
}