diff --git a/package.json b/package.json index f55cae3..36c7695 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,20 @@ "name": "@nextcloud/initial-state", "version": "2.0.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" + ], "type": "module", "main": "dist/index.cjs", "types": "dist/index.d.ts", @@ -12,10 +26,6 @@ "require": "./dist/index.cjs" } }, - "files": [ - "dist/", - "CHANGELOG.md" - ], "scripts": { "build": "rollup --config rollup.config.js", "build:doc": "typedoc --out dist/doc lib/index.ts && touch dist/doc/.nojekyll", @@ -24,16 +34,6 @@ "test": "jest", "test:watch": "jest --watchAll" }, - "keywords": [ - "nextcloud" - ], - "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" - }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.1", "jest": "^29.5.0",