add package.json and lock to scripts

This commit is contained in:
Andrea Franz 2020-05-25 14:30:31 +02:00
parent 47eb954ceb
commit 2f60bf5553
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
2 changed files with 2399 additions and 0 deletions

13
scripts/package.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "scripts",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"express": "^4.17.1",
"minimist": "^1.2.5",
"morgan": "^1.10.0",
"web3": "^1.2.8"
}
}

2386
scripts/yarn.lock Normal file

File diff suppressed because it is too large Load Diff