UNPKG

coingecko-openapi-client

Version:
30 lines 768 B
{ "name": "coingecko-openapi-client", "description": "Coingecko openapi client", "version": "0.0.4", "main": "dist/client/typescript/index.js", "repository": { "type": "git", "url": "git+https://github.com/Drakkar-Software/coingecko-openapi-client" }, "keywords": [ "openapi", "client", "typescript", "coingecko" ], "author": "Drakkar-Software", "license": "MIT", "dependencies": {}, "devDependencies": { "@types/node": "^20", "openapi-typescript-codegen": "0.27.0", "prettier": "3.1.0", "typescript": "^5" }, "scripts": { "build": "tsc", "generate": "openapi-typescript-codegen --input schema.yaml --output client/typescript", "start": "node dist/examples/typescript/coins-list.js" } }