UNPKG

shogun-core

Version:

SHOGUN SDK - Core library for Shogun SDK

77 lines (76 loc) 2.12 kB
{ "name": "shogun-core", "version": "1.2.8", "description": "SHOGUN SDK - Core library for Shogun SDK", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js", "browser": "./dist/browser/shogun-core.js", "default": "./dist/index.js", "node": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "yarn docs && yarn format && yarn run build:cjs && yarn run build:browser", "build:cjs": "tsc", "build:browser": "webpack --config webpack.config.cjs", "build:light": "webpack --config webpack.light.config.cjs", "build:all": "yarn run build && yarn run build:light", "dev": "tsc --watch", "format": "prettier --write \"src/**/*.ts\"", "docs": "yarn typedoc --options typedoc.json", "prebuild": "rimraf dist" }, "keywords": [ "gun", "ethereum", "wallet", "crypto", "gunDB" ], "author": "Scobru", "license": "MIT", "dependencies": { "@noble/curves": "^1.9.1", "ajv": "^8.17.1", "assert": "^2.1.0", "base64url": "^3.0.1", "constants-browserify": "^1.0.0", "ethers": "^6.13.5", "gun": "^0.2020.1240", "keccak256": "^1.0.6", "paillier-bigint": "^3.4.3", "qs": "^6.14.0", "rxjs": "^7.8.2", "uuid": "^11.1.0", "vm-browserify": "^1.1.2" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.11.24", "buffer": "^6.0.3", "crypto-browserify": "^3.12.0", "os-browserify": "^0.3.0", "path-browserify": "^1.0.1", "prettier": "^3.5.3", "process": "^0.11.10", "rimraf": "^5.0.5", "rollup-plugin-polyfill-node": "^0.8.0", "stream-browserify": "^3.0.0", "ts-jest": "^29.3.2", "ts-loader": "^9.5.1", "typedoc": "^0.27.9", "typescript": "^5.3.3", "util": "^0.12.5", "webpack": "^5.90.3", "webpack-cli": "^5.1.4" } }