{ "name": "@trendyol-js/openstack-swift-sdk", "version": "0.0.7", "description": "Openstack Swift SDK", "main": "lib/index.js", "scripts": { "test": "jest --config jestconfig.json --passWithNoTests", "build": "tsc", "lint": "tsc --noEmit && eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [ "prettier --write" ] }, "repository": { "type": "git", "url": "git+https://github.com/trendyol/openstack-swift-sdk.git" }, "keywords": [], "author": "Oğuzhan EREN ", "license": "MIT", "bugs": { "url": "https://github.com/trendyol/openstack-swift-sdk.git" }, "homepage": "https://github.com/trendyol/openstack-swift-sdk#readme", "devDependencies": { "@types/jest": "^25.1.0", "@types/node": "^14.14.41", "@typescript-eslint/eslint-plugin": "^2.16.0", "@typescript-eslint/parser": "^2.16.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.9.0", "eslint-plugin-prettier": "^3.1.2", "husky": "^4.0.10", "jest": "^25.1.0", "lint-staged": "^10.0.9", "prettier": "^2.0.2", "ts-jest": "^25.1.0", "typescript": "^4.9.4" }, "dependencies": { "agentkeepalive": "^4.1.4", "axios": "^1.0.0", "axios-cached-dns-resolve": "0.5.2", "file-type": "^16.5.4" } }