@evmexplorer/climate
Version:
EVM Explorer Climate SDK
66 lines (65 loc) • 1.65 kB
JSON
{
"name": "@evmexplorer/climate",
"version": "0.0.3",
"description": "EVM Explorer Climate SDK",
"main": "dist/index.js",
"homepage": "https://github.com/Pfed-prog/EVMExplorer-Climate",
"scripts": {
"build": "tsup",
"ci": "npm run build && npm run check-format && npm run check-exports && npm run lint && npm run test",
"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",
"test": "vitest run",
"dev": "vitest"
},
"keywords": [
"evmexplorer",
"climate",
"ethereum",
"web3",
"sustainability",
"bitcoin",
"carbon-emissions",
"carbon-footprint",
"cryptocurrency",
"dovu",
"dogecoin"
],
"author": "Pavel Fedotov",
"license": "MIT",
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.3",
"@changesets/cli": "2.28.1",
"@types/node": "22.13.9",
"dotenv": "^16.4.7",
"prettier": "3.5.3",
"tsup": "^8.3.0",
"typescript": "^5.6.3",
"viem": "2.23.6",
"vitest": "3.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pfed-prog/EVMExplorer-Climate.git"
},
"files": [
"dist"
],
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"default": "./dist/index.cjs"
}
},
"types": "./dist/index.d.ts",
"bugs": {
"url": "https://github.com/Pfed-prog/EVMExplorer-Climate/issues"
},
"dependencies": {}
}