UNPKG

@excswap/token-lists

Version:

[![Tests](https://github.com/Excswap/token-lists/workflows/Tests/badge.svg)](https://github.com/Excswap/token-lists/actions?query=workflow%3ATests) [![npm](https://img.shields.io/npm/v/@excswap/token-lists)](https://unpkg.com/@excswap/token-lists@latest/)

50 lines (49 loc) 946 B
{ "name": "@excswap/token-lists", "author": "james", "version": "1.0.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=10" }, "repository": { "url": "https://github.com/Excswap/token-lists", "type": "git" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "lint": "tsdx lint", "prepublishOnly": "tsdx test && tsdx build" }, "peerDependencies": {}, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "module": "dist/token-lists.esm.js", "devDependencies": { "ajv": "^6.12.2", "husky": "^4.2.5", "tsdx": "^0.13.2", "tslib": "^2.0.0", "typescript": "^3.9.5" } }