Skip to content

Commit

Permalink
Add build pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Sep 3, 2024
1 parent aebc8be commit e64cdda
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "build",
"private": true,
"version": "1.0.0",
"main": "input.js",
"type": "module",
"devDependencies": {
"@scure/base": "file:..",
"esbuild": "0.20.1"
},
"scripts": {
"build:release": "npx esbuild --bundle input.js --outfile=`npx jsbt outfile` --global-name=`npx jsbt global`"
}
}

0 comments on commit e64cdda

Please sign in to comment.