UNPKG

@evolutionland/evolution-js

Version:

evolution evolution-js evolutionland evolution-js-sdk evolution-land metaverse

98 lines (97 loc) 3.02 kB
{ "name": "@evolutionland/evolution-js", "version": "2.2.6", "description": "evolution evolution-js evolutionland evolution-js-sdk evolution-land metaverse", "main": "./lib/index.js", "scripts": { "build": "jest --config=./jest.config.check.js '/config/address/' && rm -rf dist lib && tsc", "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix", "test": "jest", "format": "prettier --write '**/*.{js,jsx,ts,tsx,json}'", "prepare": "husky install && ts-patch install -s", "cp-evolution-app": "cp -rf ./lib/* ../evolution-interface/node_modules/@evolutionland/evolution-js/lib", "publish:alpha": "npm publish --tag v2alpha", "docs": "npx jsdoc -c ./.jsdoc.json" }, "repository": { "type": "git", "url": "git+https://github.com/evolutionlandorg/js-sdk.git" }, "keywords": [ "evolution", "evolution-js", "evolutionland", "evolution-js-sdk", "evolution-land", "atlantis", "byzantine", "columbus", "dawning", "eden" ], "author": "evolutionlandorg", "license": "ISC", "bugs": { "url": "https://github.com/evolutionlandorg/js-sdk/issues" }, "homepage": "https://github.com/evolutionlandorg/js-sdk#readme", "devDependencies": { "@babel/preset-typescript": "^7.16.7", "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", "@ethersproject/address": "^5.0.2", "@ethersproject/contracts": "^5.0.2", "@ethersproject/networks": "^5.0.2", "@ethersproject/providers": "^5.0.5", "@ethersproject/solidity": "^5.0.2", "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.4", "@types/big.js": "^4.0.5", "@types/jest": "^27.0.1", "@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/parser": "^4.31.1", "babel-plugin-transform-jsbi-to-bigint": "^1.3.1", "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.32.0", "husky": "^7.0.0", "jest": "^27.2.0", "lint-staged": ">=10", "prettier": "2.4.0", "rollup": "^2.56.3", "rollup-plugin-polyfill-node": "^0.7.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", "ts-jest": "^27.0.5", "ts-patch": "^1.4.4", "tsdx": "^0.12.3", "tslib": "^2.3.1", "typescript": "^4.4.3", "typescript-transform-paths": "^3.3.1", "jsdoc": "3.6.11", "better-docs": "2.7.2", "docdash": "1.2.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "lint-staged": { "*.{js,jsx,ts,tsx}": "eslint --cache --fix", "*.{js,jsx,ts,tsx,json}": "prettier --write" }, "dependencies": { "@uniswap/sdk": "3.0.3", "big.js": "^5.2.2", "decimal.js-light": "^2.5.0", "ethers": "^5.4.6", "jsbi": "^3.1.1", "tiny-invariant": "^1.1.0", "tiny-warning": "^1.0.3", "toformat": "^2.0.0", "tronweb": "^4.2.0", "web3-utils": "^1.6.0" } }