Files
UnrealEngine/Engine/Extras/RoboMerge/v3/functional_tests/framework/package.json
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

21 lines
428 B
JSON

{
"name": "robomerge-tests",
"version": "0.0.1",
"description": "RoboMerge functional test framework",
"repository": {},
"keywords": [
"robomerge"
],
"author": "james.hopkin",
"license": "UNLICENSED",
"scripts": {},
"dependencies": {
"@types/bent": "^7.0.2",
"@types/mustache": "^0.8.32",
"@types/node": "^22.9.0",
"bent": "^7.1.2",
"colors": "^1.4.0",
"mustache": "^3.2.1"
}
}