mirror of
https://github.com/amark/gun.git
synced 2025-05-31 03:06:45 +00:00
18 lines
394 B
JSON
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"
|
|
}
|
|
}
|