amberflo-metering-typescript
Version:
Amberflo metering client for TypeScript
53 lines (52 loc) • 1.38 kB
JSON
{
"name": "amberflo-metering-typescript",
"version": "2.6.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": "^0.21.2",
"axios-retry": "^3.1.9",
"uuid": "^8.3.2"
}
}