Skip to content

Commit 29c83f3

Browse files
committed
feat: Added repository, better description and keywords to package.json
1 parent 9630be7 commit 29c83f3

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

package.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codifycli/plugin-core",
3-
"version": "1.0.0-beta1",
4-
"description": "Core library for implementing a plugin for Codify",
3+
"version": "1.0.0-beta3",
4+
"description": "TypeScript library for building Codify plugins to manage system resources (applications, CLI tools, settings) through infrastructure-as-code",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"type": "module",
@@ -13,8 +13,26 @@
1313
"bin": {
1414
"codify-build": "./bin/build.js"
1515
},
16-
"keywords": [],
17-
"author": "",
16+
"keywords": [
17+
"codify",
18+
"plugin",
19+
"infrastructure-as-code",
20+
"iac",
21+
"system-management",
22+
"resource-management",
23+
"configuration-management",
24+
"typescript",
25+
"cli-tools",
26+
"applications",
27+
"system-resources",
28+
"declarative",
29+
"automation"
30+
],
31+
"author": "Kevin Wang <team@codifycli.com>",
32+
"repository": {
33+
"type": "git",
34+
"url": "https://github.com/codifycli/codify-plugin-core.git"
35+
},
1836
"license": "ISC",
1937
"dependencies": {
2038
"@codifycli/schemas": "1.0.0",

0 commit comments

Comments
 (0)