@triadxyz/triad-protocol
Version:
<div align="center"> <h1>Triad Protocol</h1> </div>
54 lines (53 loc) • 1.2 kB
JSON
{
"name": "@triadxyz/triad-protocol",
"version": "3.3.9-beta",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"build": "yarn run clean && tsc",
"prepublishOnly": "yarn build"
},
"publishConfig": {
"access": "public"
},
"exports": {
".": "./dist/index.js"
},
"files": [
"./dist/**/*"
],
"keywords": [
"solana",
"blockchain",
"protocol",
"triad",
"Triad Markets",
"prediction markets",
"prediction markets on solana",
"only possible on solana"
],
"author": "Triad Markets",
"license": "ISC",
"dependencies": {
"@coral-xyz/anchor": "0.30.1",
"@solana/spl-token": "0.4.8",
"@solana/web3.js": "1.95.3",
"axios": "1.9.0",
"bn.js": "5.2.2",
"bs58": "6.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@types/bn.js": "^5.1.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"prettier": "3.2.4",
"rimraf": "^5.0.5",
"typedoc": "0.25.1",
"typescript": "5.2.2"
}
}