1
Fork 0
esbuild-bundler-testing/package.json
Jake Howard b55737d670
Commit something
It's a lot like webpack, but without all the bloat
2024-12-24 22:10:29 +00:00

16 lines
323 B
JSON

{
"name": "esbuild-bundler-testing",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node esbuild.js watch",
"build": "node esbuild.js build"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"esbuild": "^0.24.2",
"esbuild-sass-plugin": "^3.3.1"
}
}