mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-04-28 06:59:37 +00:00
fix: add files field, slim package from 1.1MB to 40KB
Only ship dist/ to npm. Fixes bin path validation warning.
This commit is contained in:
parent
ec074e75cf
commit
490130e32e
1 changed files with 5 additions and 1 deletions
|
|
@ -3,9 +3,13 @@
|
|||
"version": "0.1.2",
|
||||
"description": "See where your AI coding tokens go - by task, tool, model, and project",
|
||||
"type": "module",
|
||||
"main": "./dist/cli.js",
|
||||
"bin": {
|
||||
"codeburn": "./dist/cli.js"
|
||||
"codeburn": "dist/cli.js"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"dev": "tsx src/cli.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue