@cod3vil/kount-cli 1.0.1 → 1.0.3
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/dist/kount.js +744 -732
- package/package.json +3 -3
- package/dist/kount +0 -0
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cod3vil/kount-cli",
|
|
3
3
|
"packageManager": "bun@1.3.5",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"description": "Project Intelligence for Codebases — analyze your code with precision.",
|
|
6
6
|
"module": "src/index.tsx",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"bin": {
|
|
9
|
-
"kount": "
|
|
9
|
+
"kount": "dist/kount.js"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"dist",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"start": "bun run src/index.tsx",
|
|
21
21
|
"test": "vitest run",
|
|
22
22
|
"test:watch": "vitest",
|
|
23
|
-
"build": "bun build ./src/index.tsx --outfile dist/kount.js --target node",
|
|
23
|
+
"build": "rm -rf dist && bun build ./src/index.tsx --outfile dist/kount.js --target node",
|
|
24
24
|
"prepublishOnly": "bun run build",
|
|
25
25
|
"release": "np"
|
|
26
26
|
},
|
package/dist/kount
DELETED
|
Binary file
|