@tracelane/cli 0.1.0-alpha.4 → 0.1.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +15 -1
package/package.json CHANGED
@@ -1,8 +1,22 @@
1
1
  {
2
2
  "name": "@tracelane/cli",
3
- "version": "0.1.0-alpha.4",
3
+ "version": "0.1.0-alpha.5",
4
4
  "description": "tracelane scaffolding CLI. `npx tracelane init` detects your test runner (WDIO / Playwright / Cypress) and wires @tracelane/wdio into wdio.conf.* in one command — the published path from `npm install` + manual conf edit to a single npx invocation.",
5
+ "keywords": [
6
+ "tracelane",
7
+ "testing",
8
+ "e2e",
9
+ "webdriverio",
10
+ "playwright",
11
+ "cypress",
12
+ "init",
13
+ "scaffold"
14
+ ],
5
15
  "license": "Apache-2.0",
16
+ "funding": {
17
+ "type": "github",
18
+ "url": "https://github.com/sponsors/harry-harish"
19
+ },
6
20
  "type": "module",
7
21
  "bin": {
8
22
  "tracelane": "./dist/index.js"