@coswap/token-lists
Version:
[](https://github.com/Uniswap/token-lists/actions?query=workflow%3ATests) [](https://unpkg.com/@co-swap/token-lists@latest/
41 lines (40 loc) • 824 B
JSON
{
"name": "@coswap/token-lists",
"author": "Moody Salem",
"version": "1.0.0",
"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",
"test": "tsdx test",
"lint": "tsdx lint"
},
"peerDependencies": {},
"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"
}
}