Skip to content

Commit fa891b4

Browse files
committed
setup build system
1 parent 6a870da commit fa891b4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bun.lockb

803 Bytes
Binary file not shown.

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "circuit-json-to-spice",
33
"main": "dist/index.js",
4+
"version": "0.0.1",
45
"type": "module",
6+
"scripts": {
7+
"build": "tsup-node ./lib/index.ts --dts --format esm --sourcemap inline -d dist"
8+
},
59
"devDependencies": {
610
"@biomejs/biome": "^1.9.4",
711
"@types/bun": "latest",
812
"circuit-json": "^0.0.111",
9-
"tsup": "^8.3.5"
13+
"tsup": "^8.4.0"
1014
},
1115
"peerDependencies": {
1216
"typescript": "^5.0.0"

0 commit comments

Comments
 (0)