Files
UnrealEngine/Engine/Extras/RoboMerge/v3/functional_tests/framework/package.json
2025-05-18 13:04:45 +08: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"
}
}