Repository URL to install this package:
|
Version:
0.0.0 ▾
|
@sushiswap/token-lists
/
package.json
|
|---|
{
"name": "@sushiswap/token-lists",
"version": "0.0.0",
"private": true,
"description": "Sushi Token Lists",
"keywords": [
"sushi",
"token list"
],
"license": "MIT",
"author": "Matthew Lilley <hello@matthewLilley.com>",
"main": "./dist/index.js",
"source": "./index.ts",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"jest": {
"preset": "@sushiswap/jest-config/node"
},
"devDependencies": {
"@ethersproject/address": "^5.7.0",
"@sushiswap/currency": "0.0.3",
"@sushiswap/math": "0.1.0",
"@sushiswap/eslint-config": "0.1.1",
"@sushiswap/jest-config": "0.1.0",
"@sushiswap/prettier-config": "0.1.1",
"@sushiswap/typescript-config": "0.1.0",
"@types/jest": "^27.5.1",
"@uniswap/token-lists": "^1.0.0-beta.29",
"eslint": "^8.20.0",
"jest": "^28.1.0",
"tiny-invariant": "^1.2.0",
"typescript": "4.8.2"
},
"peerDependencies": {
"@ethersproject/address": "^5.7.0",
"@sushiswap/currency": "0.0.3",
"@sushiswap/math": "0.1.0",
"@uniswap/token-lists": "^1.0.0-beta.29"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "tsc -w",
"lint": "TIMING=1 eslint ./index.ts --fix",
"test": "jest --passWithNoTests"
}
}