{ "name": "@dbis-thirdweb/chain", "version": "0.1.0", "description": "Chain 138 canonical definition for thirdweb", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "lint": "eslint src", "test": "echo \"No tests yet\"" }, "keywords": [ "thirdweb", "chain-138", "blockchain", "eip155:138" ], "author": "", "license": "MIT", "dependencies": { "@thirdweb-dev/chains": "^0.1.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsup": "^8.0.0", "typescript": "^5.0.0" } }