File tree 1 file changed +21
-3
lines changed
1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vibesafe" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " A CLI tool to scan your codebase for security vibes." ,
5
5
"main" : " dist/index.js" ,
6
6
"bin" : {
7
7
"vibesafe" : " dist/index.js"
8
8
},
9
+ "files" : [
10
+ " dist" ,
11
+ " README.md" ,
12
+ " LICENSE" ,
13
+ " package.json"
14
+ ],
9
15
"scripts" : {
10
16
"build" : " tsc" ,
11
17
"start" : " node dist/index.js" ,
12
18
"dev" : " ts-node src/index.ts" ,
13
19
"test" : " echo \" Error: no test specified\" && exit 1"
14
20
},
21
+ "repository" : {
22
+ "type" : " git" ,
23
+ "url" : " git+https://github.com/slowcoder360/vibesafe.git"
24
+ },
15
25
"keywords" : [
16
26
" security" ,
17
27
" scanner" ,
18
- " cli"
28
+ " cli" ,
29
+ " vulnerability" ,
30
+ " secrets" ,
31
+ " dependencies" ,
32
+ " cve"
19
33
],
20
- "author" : " " ,
34
+ "author" : " slowcoder360 " ,
21
35
"license" : " SEE LICENSE IN LICENSE" ,
36
+ "bugs" : {
37
+ "url" : " https://github.com/slowcoder360/vibesafe/issues"
38
+ },
39
+ "homepage" : " https://github.com/slowcoder360/vibesafe#readme" ,
22
40
"devDependencies" : {
23
41
"@types/node" : " ^22.14.1" ,
24
42
"@typescript-eslint/typescript-estree" : " ^8.30.1" ,
You can’t perform that action at this time.
0 commit comments