@pollum-io/v1-sdk
Version:
🛠An SDK for building applications on top of Pegasys V2
48 lines • 1.09 kB
JSON
{
"name": "@pollum-io/v1-sdk",
"license": "MIT",
"version": "0.0.15",
"description": "🛠An SDK for building applications on top of Pegasys V2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"repository": "https://github.com/pegasys-fi/v1-sdk.git",
"keywords": [
"pegasys",
"syscoin"
],
"publishConfig": {
"access": "public"
},
"module": "dist/v1-sdk.esm.js",
"scripts": {
"lint": "tsdx lint src test",
"build": "tsdx build",
"start": "tsdx watch",
"test": "tsdx test",
"prepublishOnly": "tsdx build"
},
"dependencies": {
"@ethersproject/address": "^5.0.0",
"@ethersproject/solidity": "^5.0.0",
"@pollum-io/sdk-core": "0.0.5",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3"
},
"devDependencies": {
"@pollum-io/pegasys-protocol": "0.0.17",
"@types/big.js": "^4.0.5",
"@types/jest": "^24.0.25",
"tsdx": "^0.14.1"
},
"engines": {
"node": ">=10"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true
}
}