light-curate-data-service
Version:
A TypeScript library for interacting with LightGeneralizedTCR contracts
40 lines (39 loc) • 836 B
JSON
{
"name": "light-curate-data-service",
"version": "0.4.5",
"description": "A TypeScript library for interacting with LightGeneralizedTCR contracts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test:appeals": "mocha tests/appeals.test.js"
},
"keywords": [
"ethereum",
"kleros",
"tcr",
"curate",
"web3"
],
"author": "Guangmian Kung",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"ethers": "^5.7.2",
"form-data": "^4.0.0",
"mocha": "^11.1.0",
"sinon": "^19.0.2",
"sonner": "^2.0.1",
"web3": "^4.16.0"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/react": "^18.2.0",
"chai": "4",
"typescript": "^5.0.4"
}
}