UNPKG

@uniswap/token-lists

Version:

📚 The Token Lists specification

66 lines • 1.75 kB
{ "name": "@uniswap/token-lists", "author": { "name": "Uniswap Labs", "email": "contact@uniswap.org", "url": "https://uniswap.org" }, "description": "📚 The Token Lists specification", "version": "1.0.0-beta.35", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "repository": { "url": "https://github.com/Uniswap/token-lists", "type": "git" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "postbuild": "cp src/tokenlist.schema.json dist/tokenlist.schema.json", "test": "tsdx test", "lint": "tsdx lint src test", "prepublishOnly": "yarn test && yarn build" }, "publishConfig": { "access": "public" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "module": "dist/token-lists.esm.js", "devDependencies": { "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "ajv": "^8.6.1", "ajv-formats": "^2.1.0", "babel-eslint": "^10.1.0", "eslint": "^6.8.0", "eslint-config-react-app": "^5.2.1", "eslint-plugin-flowtype": "^4.6.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^2.5.0", "husky": "^4.2.5", "tsdx": "^0.14.1", "tslib": "^2.0.0", "typescript": "^4.3.5" }, "packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f" }