UNPKG

@rsksmart/rns-sdk

Version:
63 lines (62 loc) 1.67 kB
{ "name": "@rsksmart/rns-sdk", "version": "1.0.0-beta.9", "description": "RNS SDK", "main": "dist/bundle.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "hardhat": "npx hardhat node", "test": "npx jest", "test:coverage": "npx jest --coverage", "lint": "npx eslint . src/ test/ --ext .js,.ts", "lint:fix": "npx eslint . src/ test/ --ext .js,.ts --fix", "build": "npx webpack", "build:watch": "npx webpack --watch" }, "repository": { "type": "git", "url": "git+https://github.com/rsksmart/rns-sdk.git" }, "keywords": [ "rsk", "rif", "rns" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/rsksmart/rns-sdk/issues" }, "homepage": "https://github.com/rsksmart/rns-sdk#readme", "devDependencies": { "@rsksmart/erc677": "^1.0.2", "@rsksmart/rns-registry": "^1.0.4", "@rsksmart/rns-resolver": "^2.0.0", "@rsksmart/rns-resolver.js": "^1.0.1", "@types/jest": "^26.0.23", "@typescript-eslint/eslint-plugin": "^4.23.0", "@typescript-eslint/parser": "^4.23.0", "eslint": "^7.26.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.3.1", "hardhat": "^2.12.6", "isomorphic-fetch": "^3.0.0", "jest": "^26.6.3", "ts-jest": "^26.5.6", "ts-loader": "^9.1.2", "typescript": "^4.2.4", "webpack": "^5.65.0", "webpack-cli": "^4.7.0" }, "dependencies": { "@ensdomains/eth-ens-namehash": "^2.0.15", "ethers": "^5.5.1", "js-sha3": "^0.8.0" } }