astra-cl-sdk-dev
Version:
⚒️ An SDK for building applications on top of Astra CL
58 lines (57 loc) • 1.45 kB
JSON
{
"name": "astra-cl-sdk-dev",
"version": "0.1.8",
"description": "⚒️ An SDK for building applications on top of Astra CL",
"repository": "https://github.com/ambrosus/astra-sdks.git",
"keywords": [
"astra-dex",
"airdao"
],
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/astra-cl-sdk-dev.esm.js",
"files": [
"dist"
],
"engines": {
"node": ">=10"
},
"scripts": {
"build": "tsdx build",
"lint": "tsdx lint src",
"release": "semantic-release",
"start": "tsdx watch",
"test": "tsdx test"
},
"dependencies": {
"@airdao/astra-cl-periphery": "^1.0.0",
"@airdao/astra-cl-staker": "^1.0.0",
"@airdao/swap-router-contracts": "^1.0.0",
"@ethersproject/abi": "^5.5.0",
"@ethersproject/solidity": "^5.0.9",
"astra-sdk-core": "0.1.4",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3"
},
"devDependencies": {
"@airdao/astra-cl-core": "1.0.0",
"@types/jest": "^24.0.25",
"babel-jest": "25.5.1",
"tsdx": "^0.14.1"
},
"resolutions": {
"regenerator-runtime": "^0.14.1"
},
"resolutionsComments": {
"regenerator-runtime": "Fixes https://github.com/facebook/regenerator/pull/480. It can be removed when `tsdx` updates their dependencies."
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true
},
"publishConfig": {
"access": "public"
}
}