diff --git a/package-lock.json b/package-lock.json index 162d9b1..d90baaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "@onlyoffice/document-editor-vue", "version": "1.0.0", + "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.19.3", "@rollup/plugin-commonjs": "^17.1.0", diff --git a/package.json b/package.json index d6c4467..6161609 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,20 @@ { "name": "@onlyoffice/document-editor-vue", "version": "1.0.0", - "description": "", + "description": "Vue component for ONLYOFFICE Document Server", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/ONLYOFFICE/document-editor-vue/issues" + }, + "homepage": "https://www.onlyoffice.com", + "repository": { + "type": "git", + "url": "git+https://github.com/ONLYOFFICE/document-editor-vue.git" + }, + "author": "Ascensio System SIA (https://www.onlyoffice.com)", + "maintainers": [ + "Ascensio System SIA (https://www.onlyoffice.com)" + ], "main": "lib/index.js", "module": "lib/index.esm.js", "files": [ @@ -31,7 +44,6 @@ "@storybook/vue3": "^6.5.12", "@types/jest": "^24.9.1", "babel-loader": "^8.2.5", - "@vue/test-utils": "^2.0.0-0", "rollup": "^2.41.2", "rollup-plugin-peer-deps-external": "^2.2.4", @@ -44,5 +56,7 @@ "vue-jest": "^5.0.0-0", "vue-loader": "^16.8.3" }, - "dependencies": {} + "keywords": [ + "onlyoffice" + ] }