Files
Igor Savin 70b8f1145d feat: migrate to RSPack (#2131)
* Migrate to RSPack
* Add tests to CI, address coverage
* fix: Restore AWS sdk
* add simple serve
2026-03-14 23:08:19 +01:00

15 lines
331 B
JSON

{
"name": "rollup-test",
"version": "1.0.0",
"private": true,
"description": "Various tests with Handlebars and rollup",
"scripts": {
"build": "rollup --config rollup.config.js"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.0",
"handlebars": "file:../../..",
"rollup": "^4.40.0"
}
}