prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
at main 38 lines 815 B view raw
1{ 2 "name": "prototypey-monorepo", 3 "version": "0.0.0", 4 "private": true, 5 "type": "module", 6 "description": "atproto lexicon typescript toolkit", 7 "repository": { 8 "type": "git", 9 "url": "git+https://github.com/tylersayshi/prototypey.git" 10 }, 11 "license": "MIT", 12 "scripts": { 13 "build": "pnpm -r build", 14 "format": "prettier . --list-different", 15 "format:fix": "prettier . --write", 16 "knip": "knip", 17 "lint": "pnpm -r lint", 18 "test": "pnpm -r test", 19 "tsc": "pnpm -r tsc" 20 }, 21 "devDependencies": { 22 "@changesets/cli": "^2.29.8", 23 "@eslint/js": "9.29.0", 24 "eslint": "9.29.0", 25 "knip": "^5.83.1", 26 "prettier": "3.6.1", 27 "typescript-eslint": "8.35.0" 28 }, 29 "packageManager": "pnpm@10.29.2", 30 "engines": { 31 "node": ">=20.19.0" 32 }, 33 "pnpm": { 34 "overrides": { 35 "vite": "npm:rolldown-vite@7.0.6" 36 } 37 } 38}