added ported versions
This commit is contained in:
parent
c367583ed7
commit
61bd1fb6fa
20 changed files with 2596 additions and 0 deletions
21
typescript/package.json
Normal file
21
typescript/package.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue