|
1 | 1 | { |
2 | | - "name": "@bomb.sh/nucleus", |
3 | | - "private": true, |
| 2 | + "name": "@bomb.sh/tools", |
4 | 3 | "version": "0.0.0", |
5 | 4 | "type": "module", |
6 | 5 | "license": "MIT", |
7 | 6 | "bin": { |
8 | | - "nucleus": "./index.ts" |
| 7 | + "bsh": "./index.ts" |
9 | 8 | }, |
10 | 9 | "description": "The internal dev, build, and lint CLI for Bombshell projects", |
11 | 10 | "keywords": [ |
12 | 11 | "cli", |
13 | 12 | "bombshell", |
14 | | - "nucleus" |
| 13 | + "internal" |
15 | 14 | ], |
16 | 15 | "homepage": "https://bomb.sh", |
17 | 16 | "author": { |
|
21 | 20 | }, |
22 | 21 | "repository": { |
23 | 22 | "type": "git", |
24 | | - "url": "git+https://github.com/bombshell-dev/nucleus.git" |
| 23 | + "url": "git+https://github.com/bombshell-dev/tools.git" |
25 | 24 | }, |
26 | 25 | "exports": { |
27 | 26 | ".": { |
|
31 | 30 | "./tsconfig.json": "./tsconfig.json" |
32 | 31 | }, |
33 | 32 | "scripts": { |
34 | | - "nucleus": "node --experimental-strip-types --no-warnings ./src/bin.ts", |
35 | | - "dev": "pnpm run nucleus dev", |
36 | | - "build": "pnpm run nucleus build", |
37 | | - "format": "pnpm run nucleus format", |
38 | | - "init": "pnpm run nucleus init", |
39 | | - "lint": "pnpm run nucleus lint", |
40 | | - "test": "pnpm run nucleus test" |
| 33 | + "bsh": "node --experimental-strip-types --no-warnings ./src/bin.ts", |
| 34 | + "dev": "pnpm run bsh dev", |
| 35 | + "build": "pnpm run bsh build", |
| 36 | + "format": "pnpm run bsh format", |
| 37 | + "init": "pnpm run bsh init", |
| 38 | + "lint": "pnpm run bsh lint", |
| 39 | + "test": "pnpm run bsh test" |
41 | 40 | }, |
42 | 41 | "devDependencies": { |
43 | 42 | "@types/node": "^22.13.14" |
|
0 commit comments