UNPKG

amberflo-metering-typescript

Version:
53 lines (52 loc) 1.38 kB
{ "name": "amberflo-metering-typescript", "version": "2.7.0", "description": "Amberflo metering client for TypeScript", "keywords": [ "Amberflo", "TypeScript", "Cloud Metering" ], "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/*" ], "scripts": { "fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "check": "tsc -p tsconfig.json --noEmit", "build": "tsc -p tsconfig-build.json", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/amberflo/metering-typescript.git" }, "author": "Amberflo.io", "license": "ISC", "bugs": { "url": "https://github.com/amberflo/metering-typescript/issues" }, "homepage": "https://github.com/amberflo/metering-typescript#readme", "devDependencies": { "@types/jest": "^29.2.5", "@typescript-eslint/eslint-plugin": "^5.48.1", "@typescript-eslint/parser": "^5.48.1", "axios-mock-adapter": "^1.21.2", "eslint": "^8.31.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^26.9.0", "jest": "^28.1.3", "jest-mock": "^29.3.1", "ts-jest": "^28.0.8", "ts-node": "^10.9.1", "typescript": "^4.9.4" }, "dependencies": { "@types/uuid": "^8.3.0", "axios": "^1.10.0", "axios-retry": "^3.1.9", "uuid": "^8.3.2" } }