-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.26 KB
/
package.json
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
36
37
38
39
40
{
"name": "demo-agent",
"description": "Source code for agent-backed demos.",
"author": "Flatfile, Inc.",
"license": "MIT",
"homepage": "https://github.com/FlatFilers/demo-agent#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/FlatFilers/demo-agent.git"
},
"bugs": {
"url": "https://github.com/FlatFilers/demo-agent/issues"
},
"dependencies": {
"@flatfile/api": "^1.5.33",
"@flatfile/listener": "^0.3.14",
"@flatfile/plugin-automap": "^0.0.3",
"@flatfile/plugin-connect-via-merge": "^0.0.1",
"@flatfile/plugin-delimiter-extractor": "^0.4.0",
"@flatfile/plugin-json-extractor": "^0.4.2",
"@flatfile/plugin-record-hook": "^1.0.1",
"@flatfile/plugin-space-configure": "^0.1.4",
"@flatfile/plugin-xlsx-extractor": "^1.5.0",
"@flatfile/plugin-xml-extractor": "^0.3.0",
"@flatfile/plugin-zip-extractor": "^0.3.1",
"@types/node-fetch": "^2.6.4",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/node": "^20.5.1",
"@vercel/ncc": "^0.36.1",
"typescript": "^5.1.6"
},
"scripts": {
"documents": "node ./scripts/documents.js",
"bundle": "node ./scripts/bundle.js",
"build": "npm run documents && npm run bundle",
"deploy": "npx flatfile@latest deploy"
}
}