70b8f1145d
* Migrate to RSPack * Add tests to CI, address coverage * fix: Restore AWS sdk * add simple serve
16 lines
369 B
JSON
16 lines
369 B
JSON
{
|
|
"name": "webpack-test",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Various tests with Handlebars and multiple webpack versions",
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js"
|
|
},
|
|
"dependencies": {
|
|
"handlebars": "file:../../..",
|
|
"handlebars-loader": "^1.7.1",
|
|
"webpack": "^5.99.0",
|
|
"webpack-cli": "^6.0.0"
|
|
}
|
|
}
|