{
    "name": "@theorchard/jest-swc-config",
    "version": "1.0.0",
    "description": "Jest config for orchard projects using SWC",
    "author": "The Orchard",
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "prettier": "@theorchard/prettier-config",
    "scripts": {
        "format": "prettier --write .",
        "format:check": "prettier --check ."
    },
    "files": [
        "empty.js",
        "jest-preset.js",
        "jest.config.json",
        "jest.setup.js"
    ]
}
