Skip to content

Commit 709fdf4

Browse files
committed
docs: improve package keywords
1 parent deedb59 commit 709fdf4

1 file changed

Lines changed: 6 additions & 24 deletions

File tree

package.json

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@
3939
"lib"
4040
],
4141
"engines": {
42-
"node": ">=16.x.x",
43-
"bun": ">=1.x.x",
44-
"deno": ">=2.x.x"
42+
"node": ">=16.x.x"
4543
},
4644
"scripts": {
4745
"test": "tsx src/bin/index.ts test/unit test/integration test/e2e",
@@ -75,52 +73,36 @@
7573
},
7674
"keywords": [
7775
"🐷",
76+
"testing",
7877
"test",
7978
"runner",
80-
"assert",
8179
"assertion",
82-
"testing",
8380
"node",
8481
"bun",
8582
"deno",
8683
"typescript",
87-
"tsx",
88-
"run",
8984
"cli",
9085
"unit",
9186
"integration",
9287
"e2e",
93-
"end-to-end",
94-
"tdd",
9588
"bdd",
89+
"tdd",
9690
"watch",
9791
"jest",
9892
"mocha",
99-
"chai",
10093
"vitest",
94+
"chai",
10195
"ava",
10296
"uvu",
10397
"tap",
10498
"tape",
10599
"karma",
106100
"supertest",
107101
"dotenv",
108-
"filter",
109-
"exclude",
110-
"list",
111-
"files",
112-
"env",
113-
"kill",
114102
"container",
115-
"process",
103+
"kill",
104+
"pid",
116105
"port",
117-
"cross-platform",
118-
"commonjs",
119-
"cjs",
120-
"esmodules",
121-
"esm",
122-
"mjs",
123-
"runtime",
124106
"poku",
125107
"pokujs"
126108
]

0 commit comments

Comments
 (0)