Initial commit
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user