{
"name": "@dirtroad/gasless",
"version": "0.1.3",
"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/thegreataxios/gasless.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/thegreataxios/gasless/issues"
},
"homepage": "https://github.com/thegreataxios/gasless#readme",
"description": "Gasless transactions on SKALE, powered by blazing fast Rust"
}