-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.93 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "all-demos",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "flatfile develop src/index.ts",
"deploy": "flatfile deploy src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@flatfile/api": "^1.9.3",
"@flatfile/configure": "^1.1.0",
"@flatfile/listener": "^1.0.1",
"@flatfile/plugin-autocast": "^6.0.0",
"@flatfile/plugin-constraints": "^7.0.0",
"@flatfile/plugin-dedupe": "^1.1.5",
"@flatfile/plugin-export-workbook": "^3.0.0",
"@flatfile/plugin-job-handler": "^0.8.0",
"@flatfile/plugin-record-hook": "^1.1.1",
"@flatfile/plugin-space-configure": "^0.5.3",
"@flatfile/plugin-validate-date": "^0.3.0",
"@flatfile/plugin-validate-email": "^0.3.0",
"@flatfile/plugin-validate-phone": "^0.3.0",
"@flatfile/plugin-xlsx-extractor": "^3.1.4",
"@flatfile/util-common": "^1.3.7",
"@flatfile/util-response-rejection": "^1.2.4",
"@types/jsonlines": "^0.1.5",
"adm-zip": "^0.5.10",
"async": "^3.2.5",
"axios": "^1.7.5",
"better-sse": "^0.14.0",
"chrono": "^1.0.5",
"chrono-node": "^2.7.6",
"collect.js": "^4.36.1",
"crypto": "^1.0.1",
"csv-parse": "^5.5.5",
"csv-stringify": "^6.4.6",
"csv-writer": "^1.6.0",
"csvtojson": "^2.0.10",
"event-source-plus": "^0.1.7",
"extendable-error": "^0.1.7",
"flatfile": "^3.5.9",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"google-libphonenumber": "^3.2.38",
"jsonlines": "^0.1.1",
"modern-async": "^2.0.0",
"moment": "^2.30.1",
"mssql": "^10.0.1",
"mysql2": "^3.9.2",
"numeral": "^2.0.6",
"os": "^0.1.2",
"path": "^0.12.7",
"pg": "^8.12.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"utils": "^0.3.1"
},
"devDependencies": {
"@types/node": "^18.16.0",
"@types/numeral": "^2.0.5",
"@types/pg": "^8.11.8",
"@types/mssql": "^9.1.4"
}
}