UNPKG

gemsdkbeta

Version:

JavaScript SDK for the GEM swap

76 lines (75 loc) 2.3 kB
{ "name": "gemsdkbeta", "version": "6.0.7", "description": "JavaScript SDK for the GEM swap", "files": [ "lib", "webpack.config.js" ], "main": "lib/index.js", "scripts": { "test": "./node_modules/.bin/mocha test/**/*.ts --require ts-node/register --timeout 15000", "lint": "tslint --project . 'src/**/*.ts' --fix", "build": "npm run lint && tsc", "docs": "npm run docsHtml", "docsHtml": "./node_modules/.bin/typedoc --target ES5 --exclude src/abi --excludePrivate --out ./docs --ignoreCompilerErrors --mode file", "docsMarkdown": "./node_modules/.bin/typedoc --theme markdown --target ES5 --exclude src/abi --excludePrivate --out ./docs_markdown --ignoreCompilerErrors --mode file" }, "keywords": [ "marketplace", "crypto", "collectibles", "javascript", "sdk", "node", "nft", "non-fungible-tokens", "ethereum", "project-gem", "smart-contracts" ], "author": "GEM Developers", "license": "MIT", "dependencies": { "axios": "^0.24.0", "bignumber.js": "^4.1.0", "ethereumjs-abi": "git+https://github.com/ProjectWyvern/ethereumjs-abi.git", "ethereumjs-util": "^5.2.0", "ethers": "^5.5.2", "fbemitter": "^2.1.1", "isomorphic-unfetch": "^2.1.1", "json-loader": "^0.5.7", "lodash": "^4.17.4", "query-string": "^6.11.1", "web3": "0.20.7", "webpack": "^3.10.0", "wyvern-js": "git+https://github.com/ProjectOpenSea/wyvern-js.git#v3.2.1", "wyvern-schemas": "git+https://github.com/ProjectOpenSea/wyvern-schemas.git#v0.13.1" }, "husky": { "hooks": { "pre-commit": "npm run lint && npm run build && git add lib/*" } }, "devDependencies": { "@types/chai": "4.2.9", "@types/fbemitter": "^2.0.32", "@types/lodash": "^4.14.92", "@types/node": "^9.3.0", "@types/node-fetch": "2.5.5", "@types/query-string": "^6.1.0", "chai": "^4.1.2", "husky": "^4.2.3", "mocha": "^5.2.0", "mocha-typescript": "^1.1.15", "ts-node": "^6.1.0", "tslint": "^5.9.1", "tslint-eslint-rules": "^4.1.1", "typedoc": "^0.11.1", "types-bn": "^0.0.1", "types-ethereumjs-util": "0.0.8", "typescript": "^4.3.5", "typescript-eslint-parser": "^16.0.0", "web3-typescript-typings": "^0.9.3" } }