{
    "name": "@theorchard/art-relations-entity-types",
    "version": "0.1.0",
    "description": "Shared types for Art Relations entities",
    "repository": "git@github.com:theorchard/orchard-suite.git",
    "types": "./index.d.ts",
    "sideEffects": false,
    "engines": {
        "node": ">=20"
    },
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "prettier": "@theorchard/prettier-config",
    "eslintConfig": {
        "extends": "@theorchard/ts-prettier"
    },
    "scripts": {
        "build": "tsc --build ./tsconfig.json",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "test:source-files-extension": "node script/test/source-files-extension.js",
        "test:tsc": "tsc",
        "test:tsd": "tsd",
        "lint": "eslint --ext .js,.ts,.tsx,.jsx --cache --cache-location .cache/.eslintcache .",
        "test": "pnpm lint && pnpm test:unit",
        "test:unit": "pnpm test:source-files-extension && pnpm test:tsc && pnpm test:tsd"
    },
    "files": [
        "index.d.ts",
        "source"
    ],
    "devDependencies": {
        "expect-type": "^0.19.0",
        "tsd": "^0.31.0"
    },
    "tsd": {
        "compilerOptions": {
            "noUnusedLocals": false
        }
    }
}
