viberadar 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/viberadar +2 -0
- package/package.json +6 -3
package/bin/viberadar
ADDED
package/package.json
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "viberadar",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Live module map with test coverage for vibecoding projects",
|
|
5
5
|
"main": "./dist/cli.js",
|
|
6
|
-
"bin":
|
|
6
|
+
"bin": {
|
|
7
|
+
"viberadar": "./bin/viberadar"
|
|
8
|
+
},
|
|
7
9
|
"scripts": {
|
|
8
10
|
"build": "tsc && node scripts/bundle-ui.js",
|
|
9
11
|
"dev": "ts-node src/cli.ts",
|
|
@@ -21,7 +23,8 @@
|
|
|
21
23
|
"author": "",
|
|
22
24
|
"license": "MIT",
|
|
23
25
|
"files": [
|
|
24
|
-
"dist"
|
|
26
|
+
"dist",
|
|
27
|
+
"bin"
|
|
25
28
|
],
|
|
26
29
|
"dependencies": {
|
|
27
30
|
"open": "^10.1.0",
|