@hype-stack/cli 0.0.1 → 0.1.0

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.
Files changed (2) hide show
  1. package/dist/bin.js +0 -0
  2. package/package.json +9 -9
package/dist/bin.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hype-stack/cli",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -18,13 +18,6 @@
18
18
  "publishConfig": {
19
19
  "access": "public"
20
20
  },
21
- "scripts": {
22
- "build": "vite build",
23
- "dev": "vite build --watch",
24
- "format": "pnpm --dir ../.. exec oxfmt --write packages/cli",
25
- "typecheck": "pnpm --dir ../.. exec tsgo -p packages/cli/tsconfig.json --noEmit",
26
- "lint": "pnpm --dir ../.. exec oxlint --fix packages/cli"
27
- },
28
21
  "dependencies": {
29
22
  "@clack/prompts": "^1.2.0",
30
23
  "commander": "^13.0.0",
@@ -33,5 +26,12 @@
33
26
  },
34
27
  "devDependencies": {
35
28
  "@types/node": "^25.6.0"
29
+ },
30
+ "scripts": {
31
+ "build": "vite build",
32
+ "dev": "vite build --watch",
33
+ "format": "pnpm --dir ../.. exec oxfmt --write packages/cli",
34
+ "typecheck": "pnpm --dir ../.. exec tsgo -p packages/cli/tsconfig.json --noEmit",
35
+ "lint": "pnpm --dir ../.. exec oxlint --fix packages/cli"
36
36
  }
37
- }
37
+ }