{
    "name": "@theorchard/vitest-config",
    "version": "4.0.1",
    "description": "Common Vitest configuration for frontend apps",
    "author": "Sony Music PDE",
    "homepage": "https://github.com/theorchard/orchard-suite#readme",
    "license": "MIT",
    "type": "module",
    "main": "./dist/src/index.js",
    "types": "./dist/src/index.d.ts",
    "exports": {
        ".": {
            "import": "./dist/src/index.js",
            "require": "./dist/src/index.cjs"
        }
    },
    "directories": {
        "lib": "dist"
    },
    "files": [
        "dist"
    ],
    "prettier": "@theorchard/prettier-config",
    "eslintConfig": {
        "extends": "@theorchard/eslint-config-ts-prettier"
    },
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "scripts": {
        "build": "tsc --build ./tsconfig.esm.json",
        "clean": "rm -rf dist && rm -rf .cache",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "lint": "eslint --ext .js,.ts,.tsx,.jsx src",
        "test": "pnpm lint",
        "test:unit": "echo 'not implemented'"
    },
    "dependencies": {
        "local-pkg": "^1.1.1"
    },
    "peerDependencies": {
        "vitest": ">=4.1.0"
    }
}
