UNPKG

solana-token-list

Version:

Homebrew Solana Token Registry with Coingecko data

100 lines (99 loc) 2.4 kB
{ "name": "solana-token-list", "version": "0.0.24", "repository": { "type": "git", "url": "git+https://github.com/JuanRdBO/solana-token-list.git" }, "description": "Homebrew Solana Token Registry with Coingecko data", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts", "module": "dist/module/index.js", "author": { "name": "JuanRdBO", "url": "https://www.juanrdbo.com", "email": "juan@decaf.so" }, "license": "Apache", "scripts": { "create": "node create.js", "prepublish": "run-s build:*", "publish": "npm publish --access public", "build": "run-p build:*", "build:main": "tsc -p tsconfig.json", "build:module": "tsc -p tsconfig.module.json", "test": "run-s test:*", "test:lint": "eslint src --ext .ts" }, "engines": { "node": ">=10" }, "dependencies": { "@solana/web3.js": "^1.73.0", "axios": "^1.2.1" }, "devDependencies": { "@ava/typescript": "^1.1.1", "@istanbuljs/nyc-config-typescript": "^1.0.1", "@types/node": "^18.11.17", "@typescript-eslint/eslint-plugin": "^5.46.1", "@typescript-eslint/parser": "^4.0.1", "ava": "^5.1.0", "codecov": "^3.5.0", "cspell": "^4.1.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.8.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-functional": "^3.0.2", "eslint-plugin-import": "^2.22.0", "fs": "^0.0.1-security", "gh-pages": "^3.1.0", "node-fetch": "^3.3.0", "npm-run-all": "^4.1.5", "npx": "^10.2.2", "nyc": "^15.1.0", "open-cli": "^6.0.1", "prettier": "^2.1.1", "req": "^0.1.4", "standard-version": "^9.1.1", "superstruct": "^1.0.3", "ts-node": "^9.0.0", "typedoc": "^0.19.0", "typescript": "^4.0.2" }, "files": [ "dist/main", "dist/module", "!**/*.spec.*", "CHANGELOG.md", "LICENSE", "README.md" ], "ava": { "failFast": true, "timeout": "60s", "typescript": { "rewritePaths": { "src/": "dist/main/" } }, "files": [ "!dist/module/**" ] }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "prettier": { "singleQuote": true }, "nyc": { "extends": "@istanbuljs/nyc-config-typescript", "exclude": [ "**/*.spec.js" ] } }