diff --git a/package.json b/package.json index 6318ee82..df9a70c2 100644 --- a/package.json +++ b/package.json @@ -2,23 +2,17 @@ "name": "@nextcloud/initial-state", "version": "2.2.0", "description": "Access data from the nextcloud server-side initial state API within apps.", - "homepage": "https://github.com/nextcloud/nextcloud-initial-state#readme", - "author": "Christoph Wurst", - "license": "GPL-3.0-or-later", - "repository": { - "type": "git", - "url": "https://github.com/nextcloud/nextcloud-initial-state" - }, "keywords": [ "nextcloud" ], - "files": [ - "dist/", - "CHANGELOG.md" - ], + "homepage": "https://github.com/nextcloud-libraries/nextcloud-initial-state#readme", + "repository": { + "type": "git", + "url": "https://github.com/nextcloud-libraries/nextcloud-initial-state" + }, + "license": "GPL-3.0-or-later", + "author": "Nextcloud GmbH and Nextcloud contributors", "type": "module", - "main": "dist/index.cjs", - "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", @@ -26,6 +20,12 @@ "require": "./dist/index.cjs" } }, + "main": "dist/index.cjs", + "types": "dist/index.d.ts", + "files": [ + "dist/", + "CHANGELOG.md" + ], "scripts": { "build": "vite --mode production build", "build:doc": "typedoc --out dist/doc lib/index.ts && touch dist/doc/.nojekyll",