witness_seed/typescript/package.json
2025-04-27 10:27:16 -05:00

21 lines
No EOL
458 B
JSON

{
"name": "witness-seed",
"version": "2.0.0",
"scripts": {
"start": "ts-node witnessSeed.ts"
},
"dependencies": {
"express": "^4.18.2",
"axios": "^1.6.0",
"systeminformation": "^5.17.12",
"uuid": "^9.0.0",
"typescript": "^5.0.0",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
"@types/systeminformation": "^5.17.12"
}
}