blockfrost-js-ratelimited
Version:
A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API
71 lines (70 loc) • 2.27 kB
JSON
{
"name": "blockfrost-js-ratelimited",
"version": "2.0.4",
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API",
"keywords": [
"blockfrost",
"cardano",
"cardano api"
],
"license": "Apache-2.0",
"author": "blockfrost.io",
"main": "lib/index.js",
"files": [
"lib/**/*.js",
"lib/**/*.ts"
],
"scripts": {
"build": "yarn clean && tsc",
"clean": "rimraf lib",
"generate-types": "openapi-typescript ./node_modules/@blockfrost/openapi/swagger.yaml --output ./src/types/OpenApi.ts",
"lint": "eslint ./src/**/*.ts",
"prepublishOnly": "yarn build",
"run-example:api": "ts-node-dev --transpile-only ./examples/api.ts",
"run-example:ipfs": "ts-node-dev --transpile-only ./examples/ipfs.ts",
"test": "jest -c ./jest.config.js --runInBand && yarn test-badges",
"test-badges": "make-coverage-badge --output-path ./docs/badge-coverage.svg",
"docs": "yarn typedoc ./src/index.ts --theme ./node_modules/typedoc-github-wiki-theme/dist"
},
"dependencies": {
"@blockfrost/openapi": "0.1.27",
"@emurgo/cardano-serialization-lib-nodejs": "^8.1.0",
"@emurgo/cip14-js": "2.0.0",
"axios": "^0.21.1",
"form-data": "^4.0.0",
"retry-axios": "^2.4.0",
"url-join": "^4.0.1"
},
"devDependencies": {
"@swc-node/jest": "^1.3.1",
"@types/jest": "^26.0.24",
"@types/node": "^16.9.1",
"@types/url-join": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "4.28.3",
"axios-mock-adapter": "^1.19.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-prettier": "3.4.0",
"jest": "^27.0.6",
"jest-extended": "^0.11.5",
"make-coverage-badge": "^1.2.0",
"openapi-typescript": "^4.0.2",
"prettier": "2.3.2",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"ts-node": "10.1.0",
"ts-node-dev": "^1.1.8",
"tsc-watch": "^4.4.0",
"tsconfig-paths": "^3.10.1",
"typedoc": "^0.21.4",
"typedoc-github-wiki-theme": "^0.5.1",
"typedoc-plugin-markdown": "^3.10.3",
"typescript": "4.3.5"
},
"engines": {
"node": ">=14"
}
}