tsc & prettier

This commit is contained in:
Filip Dunder
2024-04-30 10:54:57 -03:00
parent 04e5ca7d27
commit 4fcf5165d5
56 changed files with 2860 additions and 791 deletions

View File

@ -4,8 +4,9 @@
"homepage": "https://warp.id",
"version": "2.0.2",
"scripts": {
"start": "ts-node index.ts",
"tsc": "tsc --noEmit"
"start": "npm run cache | node index.js",
"tsc": "tsc --noEmit",
"cache": "node helpers/helper.cache.js"
},
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
@ -24,7 +25,8 @@
"npm": "^10.5.2",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"pino-std-serializers": "^6.2.2"
"pino-std-serializers": "^6.2.2",
"request": "^2.88.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",