|
2 | 2 | "name": "@nextcloud/e2e-test-server", |
3 | 3 | "version": "0.2.1", |
4 | 4 | "description": "Nextcloud e2e test server and utils for cypress and playwright", |
5 | | - "publishConfig": { |
6 | | - "access": "public" |
| 5 | + "keywords": [ |
| 6 | + "nextcloud", |
| 7 | + "docker", |
| 8 | + "e2e", |
| 9 | + "testing", |
| 10 | + "cypress", |
| 11 | + "playwright", |
| 12 | + "selector", |
| 13 | + "plugins", |
| 14 | + "library" |
| 15 | + ], |
| 16 | + "homepage": "https://github.com/nextcloud/nextcloud-e2e-test-server", |
| 17 | + "bugs": { |
| 18 | + "url": "https://github.com/nextcloud/nextcloud-e2e-test-server/issues" |
7 | 19 | }, |
8 | | - "main": "dist/index.cjs", |
9 | | - "module": "dist/index.js", |
10 | | - "types": "dist/index.d.ts", |
| 20 | + "repository": { |
| 21 | + "type": "git", |
| 22 | + "url": "git+https://github.com/nextcloud/nextcloud-e2e-test-server.git" |
| 23 | + }, |
| 24 | + "license": "AGPL-3.0-or-later", |
| 25 | + "author": "John Molakvoæ <skjnldsv@protonmail.com>", |
11 | 26 | "exports": { |
12 | 27 | "./commands": { |
13 | 28 | "types": "./dist/commands/index.d.ts", |
|
40 | 55 | "require": "./dist/index.cjs" |
41 | 56 | } |
42 | 57 | }, |
| 58 | + "main": "dist/index.cjs", |
| 59 | + "module": "dist/index.js", |
| 60 | + "types": "dist/index.d.ts", |
43 | 61 | "files": [ |
44 | 62 | "dist" |
45 | 63 | ], |
46 | | - "author": "John Molakvoæ <skjnldsv@protonmail.com>", |
47 | | - "contributors": [], |
48 | | - "license": "AGPL-3.0-or-later", |
49 | | - "keywords": [ |
50 | | - "nextcloud", |
51 | | - "docker", |
52 | | - "e2e", |
53 | | - "testing", |
54 | | - "cypress", |
55 | | - "playwright", |
56 | | - "selector", |
57 | | - "plugins", |
58 | | - "library" |
59 | | - ], |
60 | 64 | "scripts": { |
61 | 65 | "build": "rm -rf dist && rollup --config rollup.config.mjs", |
62 | 66 | "build:doc": "typedoc --out dist/doc lib/commands lib/selectors lib && touch dist/doc/.nojekyll", |
63 | 67 | "build:instrumented": "rollup --config rollup.instrumented.mjs", |
64 | | - "dev": "echo 'No dev build available, production only' && npm run build", |
65 | | - "watch": "rollup --config rollup.config.mjs --watch", |
66 | | - "test": "npm run build && playwright install chromium --only-shell && playwright test", |
67 | 68 | "cypress": "npm run cypress:e2e && npm run cypress:component", |
68 | | - "cypress:e2e": "cypress run --e2e", |
69 | 69 | "cypress:component": "cypress run --component", |
| 70 | + "cypress:e2e": "cypress run --e2e", |
70 | 71 | "cypress:gui": "cypress open", |
71 | | - "start:nextcloud": "node playwright/start-nextcloud-server.mjs" |
72 | | - }, |
73 | | - "repository": { |
74 | | - "type": "git", |
75 | | - "url": "git+https://github.com/nextcloud/nextcloud-cypress.git" |
76 | | - }, |
77 | | - "bugs": { |
78 | | - "url": "https://github.com/nextcloud/nextcloud-cypress/issues" |
79 | | - }, |
80 | | - "engines": { |
81 | | - "node": "^20.0.0", |
82 | | - "npm": "^10.0.0" |
| 72 | + "dev": "echo 'No dev build available, production only' && npm run build", |
| 73 | + "start:nextcloud": "node playwright/start-nextcloud-server.mjs", |
| 74 | + "test": "npm run build && playwright install chromium --only-shell && playwright test", |
| 75 | + "watch": "rollup --config rollup.config.mjs --watch" |
83 | 76 | }, |
84 | | - "homepage": "https://github.com/nextcloud/nextcloud-cypress", |
85 | 77 | "dependencies": { |
86 | 78 | "@nextcloud/paths": "^2.2.1", |
87 | 79 | "dockerode": "^4.0.2", |
|
110 | 102 | "typedoc": "^0.28.0", |
111 | 103 | "typescript": "^5.4.5", |
112 | 104 | "vue": "^2.7.16" |
| 105 | + }, |
| 106 | + "engines": { |
| 107 | + "node": "^20.0.0", |
| 108 | + "npm": "^10.0.0" |
| 109 | + }, |
| 110 | + "publishConfig": { |
| 111 | + "access": "public" |
113 | 112 | } |
114 | 113 | } |
0 commit comments