Files
dbis-thirdweb/package.json
2026-01-01 08:04:06 -08:00

27 lines
545 B
JSON

{
"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"
}
}