1
Fork 0
esbuild-bundler-testing/package.json

17 lines
323 B
JSON
Raw Normal View History

{
"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"
}
}