{
	"name": "@arwed/ovh-tools",
	"version": "0.1.4",
	"description": "Cli tool for more effective development with OVH.",
	"keywords": [
		"ovh"
	],
	"homepage": "https://github.com/Pfeifenjoy/ovh-tools#readme",
	"bugs": {
		"url": "https://github.com/Pfeifenjoy/ovh-tools/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Pfeifenjoy/ovh-tools.git"
	},
	"license": "MIT",
	"author": "Arwed Mett",
	"publishConfig": {
		"access": "public"
	},
	"type": "module",
	"main": "dist/index.js",
	"bin": {
		"ovh-tools": "dist/bin.js"
	},
	"scripts": {
		"clean": "rm -rf dist",
		"build": "npx tsc",
		"format:eslint": "npx eslint --fix .",
		"format:prettier": "npx prettier --write .",
		"format": "npm run format:prettier && npm run format:eslint",
		"test:lint:eslint": "npx eslint .",
		"test:lint:prettier": "npx prettier --check .",
		"test:lint:spell": "npx cspell .",
		"test:lint": "npm run test:lint:prettier && npm run test:lint:eslint && npm run test:lint:spell",
		"test:unit": "c8 npx playwright test",
		"test": "npm run test:lint && npm run test:unit",
		"release": "npm run clean && npm run build && npm run test",
		"prepare": "husky"
	},
	"devDependencies": {
		"@playwright/test": "^1.55.0",
		"@types/node": "^24.5.2",
		"@types/read": "^0.0.32",
		"c8": "^10.1.3",
		"cspell": "^9.2.1",
		"eslint": "^9.35.0",
		"eslint-config-prettier": "^10.1.8",
		"eslint-plugin-import": "^2.32.0",
		"eslint-plugin-prettier": "^5.5.4",
		"globals": "^16.4.0",
		"husky": "^9.1.7",
		"jiti": "^2.5.1",
		"prettier": "^3.6.2",
		"ts-jest": "^29.4.2",
		"typescript": "^5.9.2",
		"typescript-eslint": "^8.43.0"
	},
	"dependencies": {
		"chalk": "^5.6.2",
		"commander": "^14.0.1",
		"ix": "^7.0.0",
		"open": "^10.2.0",
		"ovh": "^2.0.3",
		"read": "^4.1.0",
		"tslib": "^2.8.1",
		"winston": "^3.17.0",
		"zod": "^4.1.9"
	}
}
