Files
Igor Savin 2f68d9425b Migrate to oxlint and oxfmt v2 (#2130)
* Migrate to oxlint and oxfmt
* Address review comments
2026-03-10 17:27:44 +01:00

17 lines
409 B
JSON

{
"name": "multi-nodejs-test",
"version": "1.0.0",
"private": true,
"description": "Simple integration test with all relevant NodeJS-versions.",
"keywords": [],
"license": "MIT",
"author": "Nils Knappmeier",
"scripts": {
"test": "node run-handlebars.js",
"test-precompile": "handlebars precompile-test-template.txt.hbs"
},
"dependencies": {
"handlebars": "file:../../.."
}
}