{
    "name": "prettier-plugin-multiline-arrays",
    "version": "4.0.3",
    "description": "Prettier plugin to force all arrays to be multiline.",
    "keywords": [
        "array",
        "format",
        "multiline",
        "plugin",
        "prettier",
        "printer"
    ],
    "homepage": "https://github.com/electrovir/prettier-plugin-multiline-arrays",
    "bugs": {
        "url": "https://github.com/electrovir/prettier-plugin-multiline-arrays/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/electrovir/prettier-plugin-multiline-arrays.git"
    },
    "license": "(MIT or CC0 1.0)",
    "author": {
        "name": "electrovir",
        "url": "https://github.com/electrovir"
    },
    "type": "module",
    "main": "dist/index.js",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "compile": "virmator compile",
        "docs": "virmator docs",
        "format": "virmator format",
        "lint": "virmator lint fix",
        "publish": "virmator publish npm run test:all",
        "test": "npm run compile && test-as-package virmator test node",
        "test:all": "npm run compile && concurrently --colors --kill-others-on-fail -c auto --names tests,spelling,format,deps,lint \"npm test\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:deps\" \"npm run test:lint\"",
        "test:deps": "virmator deps check",
        "test:docs": "virmator docs check",
        "test:format": "virmator format check",
        "test:lint": "virmator lint",
        "test:spelling": "virmator spellcheck",
        "test:update": "npm run test update"
    },
    "dependencies": {
        "@augment-vir/common": "^31.10.1",
        "proxy-vir": "^2.0.1"
    },
    "devDependencies": {
        "@augment-vir/assert": "^31.10.1",
        "@augment-vir/test": "^31.10.1",
        "@eslint/eslintrc": "^3.3.0",
        "@eslint/js": "^9.20.0",
        "@stylistic/eslint-plugin": "^4.2.0",
        "@stylistic/eslint-plugin-ts": "^4.2.0",
        "@types/esprima": "^4.0.6",
        "@types/estree": "^1.0.6",
        "@types/node": "^22.13.10",
        "@typescript-eslint/eslint-plugin": "^8.26.1",
        "c8": "^10.1.3",
        "cross-env": "^7.0.3",
        "cspell": "^8.17.5",
        "dependency-cruiser": "^16.10.0",
        "esbuild": "^0.25.1",
        "eslint": "^9.20.1",
        "eslint-config-prettier": "^10.1.1",
        "eslint-plugin-jsdoc": "^50.6.6",
        "eslint-plugin-monorepo-cop": "^1.0.2",
        "eslint-plugin-playwright": "^2.2.0",
        "eslint-plugin-prettier": "^5.2.3",
        "eslint-plugin-require-extensions": "^0.1.3",
        "eslint-plugin-sonarjs": "^3.0.2",
        "eslint-plugin-unicorn": "^57.0.0",
        "istanbul-smart-text-reporter": "^1.1.5",
        "markdown-code-example-inserter": "^3.0.3",
        "npm-check-updates": "^17.1.15",
        "prettier": "~3.3.3",
        "prettier-plugin-interpolated-html-tags": "^2.0.1",
        "prettier-plugin-jsdoc": "^1.3.2",
        "prettier-plugin-multiline-arrays": "^4.0.2",
        "prettier-plugin-organize-imports": "^4.1.0",
        "prettier-plugin-packagejson": "^2.5.10",
        "prettier-plugin-sort-json": "^4.1.1",
        "prettier-plugin-toml": "^2.0.2",
        "test-as-package": "^2.0.1",
        "type-fest": "^4.37.0",
        "typedoc": "^0.27.9",
        "typescript": "^5.8.2",
        "typescript-eslint": "^8.26.1",
        "virmator": "^13.13.1"
    },
    "peerDependencies": {
        "prettier": ">=3.0.0"
    },
    "engines": {
        "node": ">=20"
    }
}
