Skip to content

Commit 932cbd8

Browse files
committed
feat: Updated the description, keywords and author
1 parent 718f0a4 commit 932cbd8

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{
22
"name": "@codifycli/plugin-test",
33
"version": "1.0.0-beta1",
4-
"description": "",
4+
"description": "Testing framework for Codify plugins with complete lifecycle testing, IPC communication, and cross-platform support",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"type": "module",
8-
"keywords": [],
9-
"author": "",
8+
"keywords": [
9+
"codify",
10+
"plugin",
11+
"testing",
12+
"test",
13+
"framework",
14+
"ipc",
15+
"integration-testing",
16+
"plugin-testing"
17+
],
18+
"author": "Kevin Wang <team@codifycli.com>",
1019
"license": "ISC",
1120
"scripts": {
1221
"test": "vitest",

0 commit comments

Comments
 (0)