@asset-projects/token-list
Version:
List of tokens on Ethereum and Ethereum-compatible chains
66 lines (65 loc) • 1.69 kB
JSON
{
"version": "4.2.2",
"name": "@asset-projects/token-list",
"description": "List of tokens on Ethereum and Ethereum-compatible chains",
"author": "@asset-projects",
"license": "MIT",
"homepage": "https://github.com/asset-projects/token-list#readme",
"bugs": {
"url": "https://github.com/asset-projects/token-list/issues"
},
"keywords": [
"asset-projects",
"ethereum",
"token",
"optimism",
"arbitrum",
"polygon",
"binance",
"avalanche",
"ERC20",
"ERC721",
"ERC1155",
"Fungible Token",
"NFT"
],
"main": "lib/index.js",
"types": "lib/typescript/index.d.ts",
"files": [
"/src",
"/lib",
"/README.md",
"/LICENSE"
],
"scripts": {
"test": "jest",
"type-check": "tsc --pretty --noEmit",
"test-all": "yarn type-check && yarn test",
"lint": "eslint . && prettier --check .",
"format": "eslint --fix . && prettier --write .",
"build": "rimraf ./lib && tsc",
"prepublishOnly": "yarn build",
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@types/jest": "^27.0.3",
"@types/node": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"babel-jest": "^27.4.5",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"jest": "^27.4.5",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"ts-node": "^10.8.0",
"tslib": "^2.4.0",
"typescript": "4.7.2"
}
}