Initial commit

This commit is contained in:
defiQUG
2026-01-01 08:04:06 -08:00
commit d0bc005be1
75 changed files with 15082 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "dbis-thirdweb",
"version": "0.1.0",
"private": true,
"description": "Chain 138 full enablement for thirdweb offerings",
"type": "module",
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"lint": "pnpm -r lint",
"smoke-tests": "pnpm --filter smoke-tests run test"
},
"keywords": [
"thirdweb",
"chain-138",
"blockchain",
"ethereum"
],
"author": "",
"license": "MIT",
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
}
}