UNPKG

@rholabs/rho-sdk

Version:

Rho Protocol SDK

86 lines (85 loc) 2.1 kB
{ "name": "@rholabs/rho-sdk", "version": "0.4.0-alpha11", "description": "Rho Protocol SDK", "source": "src/index.ts", "main": "lib/main.js", "module": "lib/module.js", "types": "lib/types.d.ts", "targets": { "defailt": { "distDir": "./lib" } }, "scripts": { "clean": "rm -rf ./lib && rm -rf ./.parcel-cache", "watch": "parcel watch", "build": "yarn clean && parcel build", "test": "yarn build && jest index.test.ts --no-cache", "test-v2": "yarn build && jest index-v2.test.ts --no-cache", "test_subgraph": "yarn build && jest subgraph-api.test.ts --no-cache", "test_ds": "yarn build && jest ds-api.test.ts --no-cache", "prepack": "yarn build", "format": "prettier --write ." }, "release": { "branches": [ "main" ] }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "" }, "keywords": [ "npm", "javascript", "typescript", "esm", "cjs", "nodejs", "commonjs", "ecmascript", "beginner", "example", "demonstration" ], "author": "Artem Kolodko", "license": "MIT", "bugs": { "url": "" }, "homepage": "", "devDependencies": { "@babel/core": "^7.22.10", "@babel/preset-env": "^7.22.10", "@babel/preset-typescript": "^7.22.5", "@jest/globals": "^29.7.0", "@parcel/config-default": "^2.9.3", "@parcel/packager-ts": "^2.9.3", "@parcel/transformer-typescript-types": "^2.9.3", "@tsconfig/recommended": "^1.0.2", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "babel-jest": "^29.6.2", "buffer": "^6.0.3", "eslint": "^8.0.1", "eslint-config-standard-with-typescript": "^39.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0 || ^16.0.0 ", "eslint-plugin-promise": "^6.0.0", "jest": "^29.6.2", "parcel": "^2.9.3", "prettier": "3.0.2", "ts-node": "^10.9.1", "typescript": "*" }, "dependencies": { "axios": "^1.5.0", "dotenv": "^16.3.1", "ethers": "^6.9.0" } }