UNPKG

@circle-fin/circle-sdk

Version:
65 lines (64 loc) 1.71 kB
{ "name": "@circle-fin/circle-sdk", "version": "2.9.0", "description": "Node.js SDK for Circle API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepare": "husky install", "lint": "eslint . --ext .ts", "lint-fix": "eslint . --ext .ts --fix", "format": "prettier --write .", "format-check": "prettier --check src/", "gen-sdk": "bash build-utils/gen-sdk.sh" }, "repository": { "type": "git", "url": "git+https://github.com/circlefin/circle-nodejs-sdk.git" }, "keywords": [ "circle", "circle.com", "usdc", "euroc", "stablecoins" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/circlefin/circle-nodejs-sdk/issues" }, "engines": { "node": ">=10.0.0" }, "dependencies": { "axios": "1.6.0" }, "homepage": "https://github.com/circlefin/circle-nodejs-sdk#readme", "publishConfig": { "registry": "https://registry.npmjs.com/" }, "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", "@openapitools/openapi-generator-cli": "^2.5.1", "@types/jest": "^28.1.7", "@types/mustache": "^4.2.1", "@types/node": "^14.14.14", "@typescript-eslint/eslint-plugin": "^5.0.0", "eslint": "^8.0.1", "eslint-config-standard-with-typescript": "^22.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0", "eslint-plugin-promise": "^6.0.0", "husky": "^8.0.1", "jest": "^28.1.3", "jshint": "^2.11.0", "mustache": "^4.2.0", "prettier": "^2.7.1", "ts-jest": "^28.0.8", "ts-node": "10.9.1", "typescript": "^4.7.4" } }