chore: import upstream snapshot with attribution
Publish SDK (PyPI) / publish (push) Has been cancelled
Publish SDK (npm) / publish (@aionui/officecli-sdk) (push) Has been cancelled
SDK smoke / smoke (windows-latest) (push) Has been cancelled
Publish SDK (npm) / publish (@officecli/officecli-sdk) (push) Has been cancelled
Publish SDK (npm) / publish (@officecli/sdk) (push) Has been cancelled
Publish SDK (npm) / publish (officecli-sdk) (push) Has been cancelled
SDK smoke / smoke (macos-latest) (push) Has been cancelled
SDK smoke / smoke (ubuntu-latest) (push) Has been cancelled
Skill parity / diff (push) Has been cancelled
Publish SDK (PyPI) / publish (push) Has been cancelled
Publish SDK (npm) / publish (@aionui/officecli-sdk) (push) Has been cancelled
SDK smoke / smoke (windows-latest) (push) Has been cancelled
Publish SDK (npm) / publish (@officecli/officecli-sdk) (push) Has been cancelled
Publish SDK (npm) / publish (@officecli/sdk) (push) Has been cancelled
Publish SDK (npm) / publish (officecli-sdk) (push) Has been cancelled
SDK smoke / smoke (macos-latest) (push) Has been cancelled
SDK smoke / smoke (ubuntu-latest) (push) Has been cancelled
Skill parity / diff (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user