gun/examples/webpack/package.json
2022-05-24 14:08:18 -07:00

18 lines
394 B
JSON

{
"name": "webpack",
"version": "1.0.0",
"description": "webpack build example",
"scripts": {
"build": "webpack --devtool source-map --config webpack.config.js",
"prepare": "npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {
"gun": "github:amark/gun",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
}
}