42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"name": "smoke-tests",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "Smoke tests for Chain 138 offerings",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"test": "vitest run",
|
||
|
|
"test:watch": "vitest",
|
||
|
|
"test:wallets": "vitest run src/wallets",
|
||
|
|
"test:x402": "vitest run src/x402",
|
||
|
|
"test:bridge": "vitest run src/bridge",
|
||
|
|
"test:tokens": "vitest run src/tokens",
|
||
|
|
"test:ai": "vitest run src/ai",
|
||
|
|
"test:http-api": "vitest run src/http-api",
|
||
|
|
"test:all": "vitest run"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"testing",
|
||
|
|
"smoke-tests",
|
||
|
|
"chain-138"
|
||
|
|
],
|
||
|
|
"author": "",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@dbis-thirdweb/chain": "workspace:*",
|
||
|
|
"@dbis-thirdweb/wallets": "workspace:*",
|
||
|
|
"@dbis-thirdweb/x402": "workspace:*",
|
||
|
|
"@dbis-thirdweb/bridge": "workspace:*",
|
||
|
|
"@dbis-thirdweb/tokens": "workspace:*",
|
||
|
|
"@dbis-thirdweb/ai": "workspace:*",
|
||
|
|
"@dbis-thirdweb/http-api": "workspace:*",
|
||
|
|
"@thirdweb-dev/sdk": "^4.0.0",
|
||
|
|
"ethers": "^5.7.0",
|
||
|
|
"dotenv": "^16.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^20.0.0",
|
||
|
|
"typescript": "^5.0.0",
|
||
|
|
"vitest": "^1.0.0"
|
||
|
|
}
|
||
|
|
}
|