@ree-network/ts-sdk
Version:
An SDK for building applications on top of REE Network
46 lines (45 loc) • 971 B
JSON
{
"name": "@ree-network/ts-sdk",
"version": "0.0.6",
"description": "An SDK for building applications on top of REE Network",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"repository": "https://github.com/oct-network/ree-ts-sdk.git",
"keywords": [
"ree",
"bitcoin",
"icp"
],
"module": "dist/ts-sdk.esm.js",
"scripts": {
"build": "tsdx build",
"start": "tsdx watch",
"test": "tsdx test",
"prepublishOnly": "tsdx build"
},
"dependencies": {
"@dfinity/agent": "^2.2.0",
"@dfinity/candid": "^2.2.0",
"@dfinity/principal": "^2.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/jest": "^24.0.25",
"@types/react": "^19.0.2",
"prettier": "^3.0.3",
"tsdx": "^0.14.1"
},
"engines": {
"node": ">=10"
},
"prettier": {
"endOfLine": "lf",
"semi": true,
"singleQuote": false,
"tabWidth": 2
}
}