prototype-3x5/package.json

13 lines
329 B
JSON

{
"scripts": {
"check": "tsc --noEmit",
"serve": "esbuild 3x5.js --bundle --format=iife --outfile=bundle.js --sourcemap --servedir=.",
"build": "esbuild 3x5.js --bundle --format=iife --outfile=bundle.js"
},
"devDependencies": {
"esbuild": "^0.18.17",
"jest": "^29.6.2",
"typescript": "^5.1.6"
}
}