{
"name": "@eidolon-labs/gasless",
"version": "0.1.0",
"files": [
"dist/**/*",
"index.js",
"index.d.ts"
],
"module": "index.js",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"example": "examples"
},
"scripts": {
"build::mac": "nj-cli build --out dist/darwn"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eidolon-Labs/gasless-rs.git"
},
"keywords": [],
"author": {
"email": "sawyer@dirtroad.dev",
"name": "Sawyer Cutler",
"url": "https://github.com/TheGreatAxios"
},
"contributors": [
{
"name": "Manuel Barbas",
"url": "https://github.com/manuelbarbas"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Eidolon-Labs/gasless-rs/issues"
},
"homepage": "https://github.com/Eidolon-Labs/gasless-rs#readme",
"description": "Gasless transactions on SKALE, powered by blazing fast Rust"
}