UNPKG

evmexplorer

Version:
47 lines (46 loc) 1.18 kB
{ "name": "evmexplorer", "version": "0.0.1", "description": "", "main": "dist/index.js", "homepage": "https://github.com/Pfed-prog/EVMExplorer-Uniswap", "scripts": { "build": "tsup", "ci": "npm run build && npm run check-format && npm run check-exports && npm run lint", "format": "prettier --write .", "check-format": "prettier --check .", "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm", "lint": "tsc", "local-release": "changeset version && changeset publish", "prepublishOnly": "npm run ci" }, "keywords": [ "evmexplorer", "uniswap" ], "author": "Pavel Fedotov", "license": "MIT", "devDependencies": { "@arethetypeswrong/cli": "^0.16.4", "@changesets/cli": "^2.27.9", "@types/node": "^22.7.5", "prettier": "^3.3.3", "tsup": "^8.3.0", "typescript": "^5.6.3" }, "repository": { "type": "git", "url": "https://github.com/Pfed-prog/EVMExplorer-Uniswap" }, "files": [ "dist" ], "type": "module", "exports": { "./package.json": "./package.json", ".": { "import": "./dist/index.js", "default": "./dist/index.cjs" } } }