DocSpace-buildtools/plugins/docspace-plugin/package.json
2022-08-24 14:40:38 +03:00

23 lines
459 B
JSON

{
"name": "docspace-plugin",
"version": "1.0.0",
"description": "Simple plugin system for onlyoffice docspace",
"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",
"typescript": "^4.7.4"
},
"dependencies": {
"inquirer": "^9.1.0"
}
}