add script

This commit is contained in:
sillysagiri 2025-05-21 03:31:15 +07:00
parent 2a73b44142
commit 5bbab39292
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
dist
sillypacker
# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore

View File

@ -10,5 +10,9 @@
},
"dependencies": {
"free-tex-packer-core": "^0.3.4"
},
"scripts": {
"build": "bun build index.ts --compile --outfile sillypacker",
"install": "mkdir -p /opt/sillysagiri/bin/ && cp sillypacker /opt/sillysagiri/bin/"
}
}