70b8f1145d
* Migrate to RSPack * Add tests to CI, address coverage * fix: Restore AWS sdk * add simple serve
15 lines
331 B
JSON
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"
|
|
}
|
|
}
|