Update package.json
This commit is contained in:
parent
f834accb8d
commit
afbb0cbaa5
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@proscenium/muse",
|
||||
"name": "@endeavorance/muse",
|
||||
"version": "0.1.0",
|
||||
"module": "dist/index.js",
|
||||
"exports": {
|
||||
|
@ -31,9 +31,10 @@
|
|||
"fmt": "bunx --bun biome check --fix",
|
||||
"clean": "rm -rf dist",
|
||||
"types": "dts-bundle-generator -o dist/muse.d.ts --project ./tsconfig.json ./src/exports.ts",
|
||||
"transpile": "bun build ./src/exports.ts --outfile ./dist/muse.js",
|
||||
"compile": "bun build ./src/cli.ts --outfile ./dist/muse --compile",
|
||||
"build": "bun run clean && bun run compile && bun run types",
|
||||
"build:install": "bun run build && mv muse ~/.local/bin/muse",
|
||||
"compile:install": "bun run compile && mv ./dist/muse ~/.local/bin/muse",
|
||||
"build": "bun run clean && bun run transpile && bun run types",
|
||||
"demo": "bun run ./src/cli.ts -- ./demo/main"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue