UNPKG

@aut-labs/sdk

Version:

The TS/JS SDK package aims to make it easy for frontends/backends to integrate with Aut Smart Contracts

55 lines (54 loc) 1.46 kB
{ "name": "@aut-labs/sdk", "version": "0.0.231-dev", "description": "The TS/JS SDK package aims to make it easy for frontends/backends to integrate with Aut Smart Contracts", "keywords": [ "sdk", "aut", "typescript", "aut-protocol", "web3", "DAO" ], "license": "MIT", "author": "Aut Labs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": "./dist/index.js", "./models/*": "./dist/models/*", "./services/*": "./dist/services/*", "./contracts/*": "./dist/contracts/*", "./utils/*": "./dist/utils/*" }, "scripts": { "build": "npm run tsc && npm run tsc-alias", "lint": "eslint . --ext .ts", "prepare": "npm run build", "prettier-format": "prettier --config .prettierrc.json 'src/**/*.ts' --write", "tsc": "tsc", "tsc-alias": "tsc-alias", "watch": "tsc-watch --noClear -p ./tsconfig.json" }, "dependencies": { "@aut-labs/abi-types": "^0.0.89-dev", "date-fns": "^2.29.3", "ethers": "^6.10.0" }, "devDependencies": { "@types/node": "^18.11.9", "@typescript-eslint/eslint-plugin": "^5.42.0", "@typescript-eslint/parser": "^5.42.0", "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.7.1", "tsc-alias": "^1.7.0", "tsc-watch": "^5.0.3", "typescript": "^4.8.4" } }