8cb1f9f479
Publish SDK (PyPI) / publish (push) Waiting to run
Publish SDK (npm) / publish (@aionui/officecli-sdk) (push) Waiting to run
Publish SDK (npm) / publish (@officecli/officecli-sdk) (push) Waiting to run
Publish SDK (npm) / publish (@officecli/sdk) (push) Waiting to run
Publish SDK (npm) / publish (officecli-sdk) (push) Waiting to run
SDK smoke / smoke (windows-latest) (push) Waiting to run
SDK smoke / smoke (macos-latest) (push) Waiting to run
SDK smoke / smoke (ubuntu-latest) (push) Waiting to run
Skill parity / diff (push) Waiting to run
42 lines
889 B
JSON
42 lines
889 B
JSON
{
|
|
"name": "@officecli/sdk",
|
|
"version": "0.1.2",
|
|
"description": "Node.js SDK for officecli — a thin async client over the officecli resident pipe (read/write .docx/.xlsx/.pptx).",
|
|
"license": "Apache-2.0",
|
|
"author": "goworm",
|
|
"homepage": "https://github.com/iOfficeAI/OfficeCLI/tree/main/sdk/node",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/iOfficeAI/OfficeCLI.git",
|
|
"directory": "sdk/node"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/iOfficeAI/OfficeCLI/issues"
|
|
},
|
|
"keywords": [
|
|
"officecli",
|
|
"office",
|
|
"docx",
|
|
"xlsx",
|
|
"pptx",
|
|
"word",
|
|
"excel",
|
|
"powerpoint",
|
|
"ooxml",
|
|
"sdk"
|
|
],
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"README.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"@officecli/officecli": "^1.0.0"
|
|
}
|
|
}
|