soren-oracle-sdk
Version:
SDK for interacting with Soren CTF Adapter contracts
34 lines (33 loc) • 757 B
JSON
{
"name": "soren-oracle-sdk",
"version": "1.1.1",
"description": "SDK for interacting with Soren CTF Adapter contracts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"contracts/"
],
"scripts": {
"build": "tsc && npm run copy-contracts",
"watch": "tsc --watch",
"copy-contracts": "if not exist dist\\contracts mkdir dist\\contracts && copy src\\contracts\\*.sol dist\\contracts\\",
"prepublishOnly": "npm run build"
},
"dependencies": {
"ethers": "^6.13.5"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.8.3"
},
"keywords": [
"soren",
"ctf",
"prediction-markets",
"ethereum",
"solidity"
],
"author": "Eminence",
"license": "MIT"
}