UNPKG

@spheron/protocol-sdk

Version:
62 lines (61 loc) 1.6 kB
{ "name": "@spheron/protocol-sdk", "version": "1.0.0-rc.1", "description": "Spheron Protocol SDK", "repository": { "type": "git", "url": "git+https://github.com/spheronFdn/protocol-sdk.git" }, "type": "module", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c rollup.config.mjs", "test": "jest", "lint": "eslint --ext .js,.ts,.cjs src", "lint:fix": "eslint --ext .js,.ts,.cjs src --fix", "format": "prettier --write 'src/**/*.{js,ts}'", "dev": "node dist/esm/index.js" }, "author": "Spheron", "keywords": [ "spheron", "sdk", "protocol" ], "license": "Apache-2.0", "devDependencies": { "@rollup/plugin-alias": "^5.1.0", "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@types/js-yaml": "^4.0.9", "@types/node": "^20.14.12", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "dayjs": "^1.11.12", "eslint": "^8.0.0", "eslint-config-prettier": "^8.0.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^29.0.0", "prettier": "^2.0.0", "rollup": "^4.19.0", "rollup-plugin-dts": "^6.1.1", "ts-jest": "^29.0.0", "ts-node": "^10.9.2", "typescript": "^5.5.4" }, "dependencies": { "base64-js": "^1.5.1", "ethers": "^6.13.1", "js-yaml": "^4.1.0" }, "publishConfig": { "access": "public" } }