UNPKG

@onlyoffice/docspace-plugin-sdk

Version:

Simple plugin system for onlyoffice docspace

42 lines (41 loc) 1.03 kB
{ "name": "@onlyoffice/docspace-plugin-sdk", "version": "1.1.1", "description": "Simple plugin system for onlyoffice docspace", "license": "Apache-2.0", "homepage": "https://www.onlyoffice.com", "author": "Ascensio System SIA <integration@onlyoffice.com> (https://www.onlyoffice.com)", "maintainers": [ "Ascensio System SIA <integration@onlyoffice.com> (https://www.onlyoffice.com)" ], "repository": { "type": "git", "url": "git+https://github.com/ONLYOFFICE/docspace-plugin-sdk.git" }, "bugs": { "url": "https://github.com/ONLYOFFICE/docspace-plugin-sdk" }, "keywords": [ "onlyoffice", "docspace", "plugin" ], "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "bin": { "create-docspace-plugin": "./npx/index.js" }, "scripts": { "build": "tsc", "prepublish": "tsc" }, "devDependencies": { "@babel/core": "^7.18.10", "typedoc": "^0.27.5", "typescript": "^5.6.0" }, "dependencies": { "inquirer": "^9.1.0" } }