Files
handlebars.js/tests/integration/rollup-test/package.json
T
2026-04-21 22:02:44 +03:00

16 lines
351 B
JSON

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