UNPKG

cmc-api

Version:

CoinMarketCap RESTful API Wrapper

70 lines (69 loc) 1.82 kB
{ "name": "cmc-api", "version": "1.0.2", "description": "CoinMarketCap RESTful API Wrapper", "keywords": [ "coinmarketcap", "coinmarketcap-api", "coinmarketcap-client", "coinmarketcap-js", "coinmarketcap-ts", "coinmarketcap-typescript", "coinmarketcap-sdk", "coinmarketcap-scraper" ], "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib" ], "engines": { "node": ">=8.0.0" }, "license": "MIT", "author": { "name": "Fiki Pratama", "url": "https://github.com/nsmle" }, "bugs": { "url": "https://github.com/nsmle/cmc-api/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/nsmle/cmc-api.git" }, "funding": { "type": "individual", "url": "https://github.com/sponsors/nsmle" }, "scripts": { "start": "node lib/index", "start:dev": "yarn build && yarn start", "build": "yarn lint:build && tsc -p tsconfig.build.json && tsc-alias", "lint": "eslint", "lint:fix": "eslint --fix", "lint:build": "eslint --fix --global build", "test": "jest", "test:watch": "jest --watch", "prepublishOnly": "yarn build" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/node": "^22.10.10", "@typescript-eslint/eslint-plugin": "^8.21.0", "@typescript-eslint/parser": "^8.21.0", "eslint": "^9.18.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.3", "jest": "^29.7.0", "jiti": "^2.4.2", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsc-alias": "^1.8.10", "typedoc": "^0.27.6", "typescript": "^5.7.3", "typescript-eslint": "^8.21.0" } }