mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 11:07:10 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			743 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			743 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@immich/sdk",
 | 
						|
  "version": "1.135.3",
 | 
						|
  "description": "Auto-generated TypeScript SDK for the Immich API",
 | 
						|
  "type": "module",
 | 
						|
  "main": "./build/index.js",
 | 
						|
  "types": "./build/index.d.ts",
 | 
						|
  "exports": {
 | 
						|
    ".": {
 | 
						|
      "types": "./build/index.d.ts",
 | 
						|
      "default": "./build/index.js"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "build": "tsc"
 | 
						|
  },
 | 
						|
  "license": "GNU Affero General Public License version 3",
 | 
						|
  "dependencies": {
 | 
						|
    "@oazapfts/runtime": "^1.0.2"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/node": "^22.15.32",
 | 
						|
    "typescript": "^5.3.3"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/immich-app/immich.git",
 | 
						|
    "directory": "open-api/typescript-sdk"
 | 
						|
  },
 | 
						|
  "volta": {
 | 
						|
    "node": "22.16.0"
 | 
						|
  }
 | 
						|
}
 |