1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-23 04:19:18 +00:00

feat: Move internals to bunJS (#459)

This commit is contained in:
2024-01-03 00:40:03 +01:00
committed by GitHub
parent f8c1d7dce9
commit 034b7e2cec
14 changed files with 95 additions and 4359 deletions

View File

@ -3,10 +3,9 @@
"private": true,
"main": "dist/index.js",
"scripts": {
"compile": "ts-node --project ../tsconfig.json compiler/index.ts",
"dev": "ts-node-dev -T src/index.ts",
"build": "tsc --project tsconfig.json",
"start": "node dist/index.js"
"compile": "bun compiler/index.ts",
"dev": "bun --watch --hot src/index.ts",
"start": "bun src/index.ts"
},
"license": "MIT",
"dependencies": {