Skip to content

Commit 715f9be

Browse files
committed
fix: make package.json valid for NPM publish
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent c1be1ef commit 715f9be

1 file changed

Lines changed: 19 additions & 16 deletions

File tree

package.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,37 @@
22
"name": "@nextcloud/notify_push",
33
"version": "1.4.0",
44
"description": "A javascript client for notify_push events",
5+
"keywords": [
6+
"nextcloud"
7+
],
8+
"homepage": "https://github.com/nextcloud-libraries/notify_push-client",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/nextcloud-libraries/notify_push-client.git"
12+
},
13+
"license": "AGPL-3.0-or-later",
14+
"author": "Nextcloud GmbH and Nextcloud contributors",
515
"type": "module",
616
"exports": {
717
".": {
818
"types": "./dist/index.d.ts",
919
"import": "./dist/index.js"
1020
}
1121
},
12-
"author": "Nextcloud GmbH and Nextcloud contributors",
13-
"license": "AGPL-3.0-or-later",
1422
"files": [
1523
"dist",
1624
"AUTHORS.md",
1725
"LICENSES"
1826
],
19-
"keywords": [
20-
"nextcloud"
21-
],
22-
"repository": {
23-
"type": "git",
24-
"url": "https://github.com/icewind1991/notify_push-client.git"
25-
},
2627
"scripts": {
2728
"build": "tsc",
2829
"build:doc": "typedoc --out dist/doc lib && touch dist/doc/.nojekyll",
2930
"check-types": "tsc",
3031
"dev": "babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch"
3132
},
33+
"browserslist": [
34+
"extends @nextcloud/browserslist-config"
35+
],
3236
"dependencies": {
3337
"@nextcloud/axios": "^2.6.0",
3438
"@nextcloud/capabilities": "^1.2.1",
@@ -39,14 +43,13 @@
3943
"typedoc": "^0.28.17",
4044
"typescript": "^5.9.3"
4145
},
42-
"browserslist": [
43-
"extends @nextcloud/browserslist-config"
44-
],
4546
"devEngines": {
46-
"packageManager": {
47-
"name": "npm",
48-
"version": "^11.3"
49-
},
47+
"packageManager": [
48+
{
49+
"name": "npm",
50+
"version": "^11.3"
51+
}
52+
],
5053
"runtime": {
5154
"name": "node",
5255
"version": "^24"

0 commit comments

Comments
 (0)