Files
galaxy/script/build-and-deploy-hermes/package.json
T

23 lines
461 B
JSON

{
"name": "build-and-deploy-hermes",
"version": "1.0.0",
"private": true,
"packageManager": "yarn@1.22.22",
"type": "module",
"scripts": {
"build": "tsx src/index.tsx",
"start": "tsx src/index.tsx"
},
"dependencies": {
"ink": "^5.1.0",
"ink-spinner": "^5.0.0",
"react": "^18.3.1"
},
"devDependencies": {
"@types/node": "^26.0.0",
"@types/react": "^18.3.12",
"tsx": "^4.19.0",
"typescript": "^5.6.0"
}
}