kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
				
				
				
			
		
			
				
	
	
		
			47 wiersze
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			47 wiersze
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
| {
 | |
|   "name": "@agentic/langchain",
 | |
|   "version": "8.2.1",
 | |
|   "description": "Agentic adapter for the LangChain TS SDK.",
 | |
|   "author": "Travis Fischer <travis@transitivebullsh.it>",
 | |
|   "license": "MIT",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/transitive-bullshit/agentic.git",
 | |
|     "directory": "stdlib/langchain"
 | |
|   },
 | |
|   "type": "module",
 | |
|   "sideEffects": false,
 | |
|   "source": "./src/index.ts",
 | |
|   "types": "./dist/index.ts",
 | |
|   "exports": {
 | |
|     ".": {
 | |
|       "types": "./dist/index.d.ts",
 | |
|       "import": "./dist/index.js",
 | |
|       "default": "./dist/index.js"
 | |
|     }
 | |
|   },
 | |
|   "files": [
 | |
|     "dist"
 | |
|   ],
 | |
|   "scripts": {
 | |
|     "build": "tsup",
 | |
|     "clean": "del dist",
 | |
|     "test": "run-s test:*",
 | |
|     "test:typecheck": "tsc --noEmit",
 | |
|     "test:unit": "vitest run"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@agentic/core": "workspace:*",
 | |
|     "@agentic/platform-tool-client": "workspace:*"
 | |
|   },
 | |
|   "peerDependencies": {
 | |
|     "@langchain/core": "catalog:"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@langchain/core": "catalog:"
 | |
|   },
 | |
|   "publishConfig": {
 | |
|     "access": "public"
 | |
|   }
 | |
| }
 |