-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "chitty-trace",
"version": "1.0.0",
"description": "ChittyTrace - AI-Powered Financial Forensics Platform",
"main": "src/index.js",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"build": "esbuild src/index.js --bundle --outfile=dist/index.js --format=esm --platform=neutral --target=es2022",
"start": "wrangler dev --local",
"tail": "wrangler tail"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.24.3",
"@chittyos/core": "^2.1.0",
"@hono/node-server": "^1.8.0",
"hono": "^4.0.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240117.0",
"esbuild": "^0.19.0",
"wrangler": "^3.0.0"
},
"author": "ChittyCorp, LLC <support@chittycorp.com>",
"license": "MIT",
"homepage": "https://chittycorp.com",
"repository": {
"type": "git",
"url": "https://github.com/ChittyApps/flow-of-funds-analyzer.git"
},
"bugs": {
"url": "https://github.com/ChittyApps/flow-of-funds-analyzer/issues",
"email": "support@chittycorp.com"
}
}