dexscreener-wrapper
Version:
A lightweight TypeScript wrapper for the DexScreener API
58 lines (57 loc) • 1.19 kB
JSON
{
"name": "dexscreener-wrapper",
"version": "1.0.2",
"description": "A lightweight TypeScript wrapper for the DexScreener API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest",
"prepublishOnly": "npm test && npm run build"
},
"keywords": [
"dexscreener",
"api",
"defi",
"crypto",
"token",
"price",
"market-data"
],
"author": {
"name": "Ala Arab",
"url": "https://github.com/alaarab"
},
"license": "ISC",
"dependencies": {
"axios": "^1.6.7"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"testMatch": [
"**/*.test.ts"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/alaarab/dexscreener.git"
},
"bugs": {
"url": "https://github.com/alaarab/dexscreener/issues"
},
"homepage": "https://github.com/alaarab/dexscreener#readme"
}