| 
									
										
										
										
											2025-04-04 10:53:50 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "agentic-platform", | 
					
						
							|  |  |  |   "private": true, | 
					
						
							|  |  |  |   "author": "Travis Fischer <travis@transitivebullsh.it>", | 
					
						
							| 
									
										
										
										
											2025-04-21 21:06:55 +00:00
										 |  |  |   "license": "UNLICENSED", | 
					
						
							| 
									
										
										
										
											2025-04-04 10:53:50 +00:00
										 |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							|  |  |  |     "url": "git+https://github.com/transitive-bullshit/agentic-platform.git" | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2025-04-22 23:57:59 +00:00
										 |  |  |   "packageManager": "pnpm@10.9.0", | 
					
						
							| 
									
										
										
										
											2025-04-04 10:53:50 +00:00
										 |  |  |   "engines": { | 
					
						
							|  |  |  |     "node": ">=18" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "type": "module", | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							|  |  |  |     "build": "turbo build", | 
					
						
							|  |  |  |     "dev": "turbo dev --continue", | 
					
						
							|  |  |  |     "clean": "turbo clean", | 
					
						
							|  |  |  |     "fix": "run-s fix:*", | 
					
						
							|  |  |  |     "fix:format": "prettier --write \"**/*.{js,ts,tsx}\"", | 
					
						
							|  |  |  |     "test": "turbo test", | 
					
						
							|  |  |  |     "test:format": "prettier --check \"**/*.{js,ts,tsx}\"", | 
					
						
							|  |  |  |     "test:lint": "turbo test:lint", | 
					
						
							|  |  |  |     "test:typecheck": "turbo test:typecheck", | 
					
						
							|  |  |  |     "test:unit": "turbo test:unit", | 
					
						
							|  |  |  |     "pretest": "run-s build", | 
					
						
							|  |  |  |     "preinstall": "npx only-allow pnpm", | 
					
						
							|  |  |  |     "prepare": "simple-git-hooks" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "devDependencies": { | 
					
						
							|  |  |  |     "@fisch0920/config": "catalog:", | 
					
						
							|  |  |  |     "@types/node": "catalog:", | 
					
						
							|  |  |  |     "del-cli": "catalog:", | 
					
						
							|  |  |  |     "dotenv": "catalog:", | 
					
						
							|  |  |  |     "eslint": "catalog:", | 
					
						
							| 
									
										
										
										
											2025-04-21 21:06:55 +00:00
										 |  |  |     "eslint-plugin-drizzle": "^0.2.3", | 
					
						
							| 
									
										
										
										
											2025-04-04 10:53:50 +00:00
										 |  |  |     "lint-staged": "catalog:", | 
					
						
							|  |  |  |     "npm-run-all2": "catalog:", | 
					
						
							|  |  |  |     "only-allow": "catalog:", | 
					
						
							|  |  |  |     "prettier": "catalog:", | 
					
						
							|  |  |  |     "simple-git-hooks": "catalog:", | 
					
						
							|  |  |  |     "tsup": "catalog:", | 
					
						
							|  |  |  |     "tsx": "catalog:", | 
					
						
							|  |  |  |     "turbo": "catalog:", | 
					
						
							|  |  |  |     "typescript": "catalog:", | 
					
						
							| 
									
										
										
										
											2025-04-24 21:54:33 +00:00
										 |  |  |     "vite-tsconfig-paths": "^5.1.4", | 
					
						
							| 
									
										
										
										
											2025-04-04 10:53:50 +00:00
										 |  |  |     "vitest": "catalog:", | 
					
						
							|  |  |  |     "zod": "catalog:" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "prettier": "@fisch0920/config/prettier", | 
					
						
							|  |  |  |   "simple-git-hooks": { | 
					
						
							|  |  |  |     "pre-commit": "npx lint-staged" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "lint-staged": { | 
					
						
							|  |  |  |     "*.{ts,tsx}": [ | 
					
						
							|  |  |  |       "prettier --ignore-unknown --write", | 
					
						
							|  |  |  |       "eslint --fix" | 
					
						
							|  |  |  |     ] | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |