UNPKG

@polymarket/chainlink-asset-converter

Version:
68 lines (67 loc) 1.98 kB
{ "name": "@polymarket/chainlink-asset-converter", "version": "0.0.1", "description": "Asset conversion utils powered by Chainlink price feeds", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": "https://github.com/Polymarket/chainlink-asset-converter", "license": "MIT", "keywords": [ "ethereum", "chainlink", "pricefeed" ], "scripts": { "build": "yarn clean && tsc -p tsconfig.production.json", "clean": "shx rm -rf ./lib", "lint": "eslint src --ext .ts", "prepack": "yarn clean && yarn test && yarn build", "test": "run-s test:*", "test:lint": "yarn lint", "test:spelling": "cspell \"{README.md,.github/*.md,src/**/*.ts}\"", "test:unit": "jest" }, "engines": { "node": ">=10" }, "dependencies": { "bignumber.js": "^9.0.1" }, "peerDependencies": { "@ethersproject/bignumber": "^5.0.14", "@ethersproject/contracts": "^5.0.11", "@ethersproject/providers": "^5.0.23" }, "devDependencies": { "@ethersproject/bignumber": "^5.0.14", "@ethersproject/contracts": "^5.0.11", "@ethersproject/providers": "^5.0.23", "@types/jest": "^26.0.20", "@types/node": "^14.14.2", "@types/sinon": "^9.0.10", "@typescript-eslint/eslint-plugin": "^4.0.1", "@typescript-eslint/parser": "^4.0.1", "cspell": "^4.1.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.8.0", "eslint-config-airbnb-base-typescript-prettier": "^4.1.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-functional": "^3.0.2", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^3.3.1", "jest": "^26.6.3", "npm-run-all": "^4.1.5", "prettier": "^2.1.1", "shx": "^0.3.3", "sinon": "^9.2.2", "ts-jest": "^26.5.2", "ts-node": "^9.0.0", "typescript": "^4.0.2" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } } }