|
2 | 2 | "name": "@nextcloud/initial-state", |
3 | 3 | "version": "2.2.0", |
4 | 4 | "description": "Access data from the nextcloud server-side initial state API within apps.", |
5 | | - "homepage": "https://github.com/nextcloud/nextcloud-initial-state#readme", |
6 | | - "author": "Christoph Wurst", |
7 | | - "license": "GPL-3.0-or-later", |
8 | | - "repository": { |
9 | | - "type": "git", |
10 | | - "url": "https://github.com/nextcloud/nextcloud-initial-state" |
11 | | - }, |
12 | 5 | "keywords": [ |
13 | 6 | "nextcloud" |
14 | 7 | ], |
15 | | - "files": [ |
16 | | - "dist/", |
17 | | - "CHANGELOG.md" |
18 | | - ], |
| 8 | + "homepage": "https://github.com/nextcloud-libraries/nextcloud-initial-state#readme", |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "https://github.com/nextcloud-libraries/nextcloud-initial-state" |
| 12 | + }, |
| 13 | + "license": "GPL-3.0-or-later", |
| 14 | + "author": "Nextcloud GmbH and Nextcloud contributors", |
19 | 15 | "type": "module", |
20 | | - "main": "dist/index.cjs", |
21 | | - "types": "dist/index.d.ts", |
22 | 16 | "exports": { |
23 | 17 | ".": { |
24 | 18 | "types": "./dist/index.d.ts", |
25 | 19 | "import": "./dist/index.mjs", |
26 | 20 | "require": "./dist/index.cjs" |
27 | 21 | } |
28 | 22 | }, |
| 23 | + "main": "dist/index.cjs", |
| 24 | + "types": "dist/index.d.ts", |
| 25 | + "files": [ |
| 26 | + "dist/", |
| 27 | + "CHANGELOG.md" |
| 28 | + ], |
29 | 29 | "scripts": { |
30 | 30 | "build": "vite --mode production build", |
31 | 31 | "build:doc": "typedoc --out dist/doc lib/index.ts && touch dist/doc/.nojekyll", |
|
0 commit comments