kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
				
				
				
			
		
			
				
	
	
		
			45 wiersze
		
	
	
		
			999 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			45 wiersze
		
	
	
		
			999 B
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
  "name": "@agentic/calculator",
 | 
						|
  "version": "7.6.6",
 | 
						|
  "description": "Agentic calculator tool wrapping mathjs.",
 | 
						|
  "author": "Travis Fischer <travis@transitivebullsh.it>",
 | 
						|
  "license": "MIT",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/transitive-bullshit/agentic.git",
 | 
						|
    "directory": "packages/calculator"
 | 
						|
  },
 | 
						|
  "type": "module",
 | 
						|
  "source": "./src/index.ts",
 | 
						|
  "types": "./dist/index.d.ts",
 | 
						|
  "sideEffects": false,
 | 
						|
  "exports": {
 | 
						|
    ".": {
 | 
						|
      "types": "./dist/index.d.ts",
 | 
						|
      "import": "./dist/index.js",
 | 
						|
      "default": "./dist/index.js"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "dist"
 | 
						|
  ],
 | 
						|
  "scripts": {
 | 
						|
    "build": "tsup",
 | 
						|
    "dev": "tsup --watch",
 | 
						|
    "clean": "del dist",
 | 
						|
    "test": "run-s test:*",
 | 
						|
    "test:lint": "eslint .",
 | 
						|
    "test:typecheck": "tsc --noEmit"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@agentic/core": "workspace:*",
 | 
						|
    "mathjs": "catalog:"
 | 
						|
  },
 | 
						|
  "peerDependencies": {
 | 
						|
    "zod": "catalog:"
 | 
						|
  },
 | 
						|
  "publishConfig": {
 | 
						|
    "access": "public"
 | 
						|
  }
 | 
						|
}
 |