UNPKG

@quarryprotocol/gauge

Version:

The TypeScript SDK for Quarry Gauge.

107 lines 3.3 kB
{ "name": "@quarryprotocol/gauge", "version": "0.4.3", "description": "The TypeScript SDK for Quarry Gauge.", "keywords": [ "solana", "tribeca", "quarry", "governance" ], "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "repository": "git@github.com:QuarryProtocol/gauge.git", "author": "Quarry Team <team@quarry.so>", "bugs": { "url": "https://github.com/QuarryProtocol/gauge/issues", "email": "team@quarry.so" }, "homepage": "https://quarry.so", "license": "AGPL-3.0", "scripts": { "build": "rm -fr dist/ && tsc -P tsconfig.build.json && tsc -P tsconfig.esm.json", "clean": "rm -fr dist/", "idl:generate": "./scripts/parse-idls.sh && ./scripts/generate-idl-types.sh", "idl:generate:nolint": "./scripts/parse-idls.sh && RUN_ESLINT=none ./scripts/generate-idl-types.sh", "typecheck": "tsc", "lint": "eslint . --cache", "lint:ci": "eslint . --max-warnings=0", "test:e2e": "anchor test --skip-build 'tests/**/*.ts'", "docs:generate": "typedoc --excludePrivate --includeVersion --out site/ts/ src/index.ts", "prepare": "husky install", "cargo-readme": "cd programs/gauge/ && cargo readme > README.md && cd ../../ && rm README.md && cp programs/gauge/README.md README.md" }, "devDependencies": { "@gokiprotocol/client": "^0.10.4", "@project-serum/anchor": "^0.24.2", "@quarryprotocol/quarry-sdk": "^5.0.2", "@rushstack/eslint-patch": "^1.1.3", "@saberhq/anchor-contrib": "^1.13.27", "@saberhq/chai-solana": "^1.13.27", "@saberhq/eslint-config": "^1.13.27", "@saberhq/solana-contrib": "^1.13.27", "@saberhq/token-utils": "^1.13.27", "@saberhq/tsconfig": "^1.13.27", "@solana/web3.js": "^1.43.5", "@tribecahq/tribeca-sdk": "^0.5.6", "@types/bn.js": "^5.1.0", "@types/chai": "^4.3.1", "@types/lodash": "^4.14.182", "@types/mocha": "^9.1.1", "@types/node": "^17.0.40", "@types/prettier": "^2.6.3", "@yarnpkg/doctor": "^4.0.0-rc.6", "bn.js": "^5.2.1", "chai": "=4.3.4", "eslint": "^8.17.0", "eslint-import-resolver-node": "^0.3.6", "eslint-plugin-import": "^2.26.0", "husky": "^8.0.1", "jsbi": "^4.3.0", "lint-staged": "^13.0.0", "lodash": "^4.17.21", "mocha": "^10.0.0", "prettier": "^2.6.2", "ts-node": "^10.8.1", "typedoc": "^0.22.17", "typescript": "^4.7.3" }, "peerDependencies": { "@project-serum/anchor": ">=0.24", "@quarryprotocol/quarry-sdk": "^5", "@saberhq/anchor-contrib": "^1.13", "@saberhq/solana-contrib": "^1.13", "@saberhq/token-utils": "^1.13", "@solana/web3.js": "^1.42", "@tribecahq/tribeca-sdk": "^0.5.6", "bn.js": "^5.2.0" }, "resolutions": { "@solana/web3.js": "^1.43", "bn.js": "^5.2.0", "@types/bn.js": "^5.1.0" }, "publishConfig": { "access": "public" }, "files": [ "dist/", "src/" ], "lint-staged": { "*.{ts,tsx}": "eslint --cache --fix", "*.{js,json,jsx,html,css,md}": "prettier --write" }, "dependencies": { "superstruct": "^0.15.4", "tiny-invariant": "^1.2.0", "tslib": "^2.4.0" }, "packageManager": "yarn@3.2.1" }