|
1 | 1 | { |
2 | 2 | "name": "@nextcloud/l10n", |
3 | 3 | "version": "3.1.0", |
4 | | - "description": "Nextcloud L10n helpers for apps and libraries", |
| 4 | + "description": "Nextcloud localization and translation helpers for apps and libraries", |
| 5 | + "keywords": [ |
| 6 | + "nextcloud", |
| 7 | + "l10n", |
| 8 | + "localization", |
| 9 | + "translation", |
| 10 | + "internationalization" |
| 11 | + ], |
| 12 | + "homepage": "https://github.com/nextcloud-libraries/nextcloud-l10n#readme", |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "https://github.com/nextcloud-libraries/nextcloud-l10n" |
| 16 | + }, |
| 17 | + "license": "GPL-3.0-or-later", |
| 18 | + "author": "Nextcloud GmbH and Nextcloud contributors", |
5 | 19 | "type": "module", |
6 | | - "main": "dist/index.cjs", |
7 | | - "types": "dist/index.d.ts", |
8 | 20 | "exports": { |
9 | 21 | ".": { |
10 | 22 | "types": "./dist/index.d.ts", |
|
17 | 29 | "require": "./dist/gettext.cjs" |
18 | 30 | } |
19 | 31 | }, |
| 32 | + "main": "dist/index.cjs", |
| 33 | + "types": "dist/index.d.ts", |
| 34 | + "files": [ |
| 35 | + "AUTHORS.md", |
| 36 | + "dist" |
| 37 | + ], |
20 | 38 | "scripts": { |
21 | 39 | "build": "vite --mode production build", |
22 | 40 | "build:doc": "typedoc && touch dist/doc/.nojekyll", |
23 | 41 | "dev": "vite --mode development build --watch", |
24 | 42 | "lint": "eslint .", |
25 | 43 | "lint:fix": "eslint --fix lib tests", |
26 | 44 | "test": "vitest run", |
27 | | - "test:watch": "vitest watch", |
28 | | - "test:coverage": "vitest run --coverage" |
| 45 | + "test:coverage": "vitest run --coverage", |
| 46 | + "test:watch": "vitest watch" |
29 | 47 | }, |
30 | | - "keywords": [ |
31 | | - "nextcloud" |
| 48 | + "browserslist": [ |
| 49 | + "extends @nextcloud/browserslist-config" |
32 | 50 | ], |
33 | | - "homepage": "https://github.com/nextcloud-libraries/nextcloud-l10n#readme", |
34 | | - "author": "Christoph Wurst", |
35 | | - "license": "GPL-3.0-or-later", |
36 | | - "repository": { |
37 | | - "type": "git", |
38 | | - "url": "https://github.com/nextcloud-libraries/nextcloud-l10n" |
39 | | - }, |
40 | 51 | "dependencies": { |
41 | 52 | "@nextcloud/router": "^3.0.1", |
42 | 53 | "@nextcloud/typings": "^1.9.1", |
|
63 | 74 | "vite": "^6.1.0", |
64 | 75 | "vitest": "^3.0.5" |
65 | 76 | }, |
66 | | - "browserslist": [ |
67 | | - "extends @nextcloud/browserslist-config" |
68 | | - ], |
69 | 77 | "engines": { |
70 | 78 | "node": "^20.0.0", |
71 | 79 | "npm": "^10.0.0" |
72 | | - }, |
73 | | - "files": [ |
74 | | - "CHANGELOG.md", |
75 | | - "dist" |
76 | | - ] |
| 80 | + } |
77 | 81 | } |
0 commit comments