Update package.json

This commit is contained in:
Nicholas Clarke 2021-12-14 09:34:40 -08:00
parent 36f1021869
commit 43ac55bf14
1 changed files with 5 additions and 3 deletions

View File

@ -4,10 +4,12 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"test-txs": "ts-node src/tests/testParseTransactions.ts",
"build": "tsc",
"clean": "rm -rf dist",
"prepare": "yarn clean && yarn build",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --check ."
"noop": ""
},
"repository": "https://github.com/blockworks-foundation/mango-transaction-scraper-v3",
"author": "Nicholas Clarke",