amgi-ts
Version:
Typescript SDK for interacting with various AMGI Studios Eth Contracts.
42 lines (41 loc) • 1.17 kB
JSON
{
"name": "amgi-ts",
"version": "0.0.7",
"description": "",
"author": "Richard Vade",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"test": "ts-mocha -p ./tsconfig.json -t 1000000 tests/index.ts",
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
"build": "tsup"
},
"keywords": [
"Events",
"Execute",
"Fetch",
"View",
"for Governor, Timelock, Token, NFT and MarketPlace"
],
"license": "UNLICENSED, Owned by AMGI Studios.",
"dependencies": {
"ethers": "^6.13.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.1",
"chai": "^4.3.20",
"eslint": "^9.7.0",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"tsup": "^8.2.4",
"typescript": "^5.6.2"
},
"packageManager": "pnpm@8.15.1+sha512.831cf4c5f8b8374af71521d4d153db49d7086de615c2af7cb5e9d7eb8ba630ddac46fea495d643e552ef2e68a3aa99a3e5e9fbee8696702967504df5c59cb273"
}