Skip to content

Commit e4dd651

Browse files
committed
updates to package
1 parent 956dac5 commit e4dd651

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

package.json

+21-3
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,42 @@
11
{
22
"name": "vibesafe",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "A CLI tool to scan your codebase for security vibes.",
55
"main": "dist/index.js",
66
"bin": {
77
"vibesafe": "dist/index.js"
88
},
9+
"files": [
10+
"dist",
11+
"README.md",
12+
"LICENSE",
13+
"package.json"
14+
],
915
"scripts": {
1016
"build": "tsc",
1117
"start": "node dist/index.js",
1218
"dev": "ts-node src/index.ts",
1319
"test": "echo \"Error: no test specified\" && exit 1"
1420
},
21+
"repository": {
22+
"type": "git",
23+
"url": "git+https://github.com/slowcoder360/vibesafe.git"
24+
},
1525
"keywords": [
1626
"security",
1727
"scanner",
18-
"cli"
28+
"cli",
29+
"vulnerability",
30+
"secrets",
31+
"dependencies",
32+
"cve"
1933
],
20-
"author": "",
34+
"author": "slowcoder360",
2135
"license": "SEE LICENSE IN LICENSE",
36+
"bugs": {
37+
"url": "https://github.com/slowcoder360/vibesafe/issues"
38+
},
39+
"homepage": "https://github.com/slowcoder360/vibesafe#readme",
2240
"devDependencies": {
2341
"@types/node": "^22.14.1",
2442
"@typescript-eslint/typescript-estree": "^8.30.1",

0 commit comments

Comments
 (0)