File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments