generated from FlatFilers/getting-started
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 881 Bytes
/
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
{
"name": "gettingstarted",
"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": {
"@everapi/freecurrencyapi-js": "^1.0.1",
"@flatfile/api": "^1.9.13",
"@flatfile/listener": "^1.0.5",
"@flatfile/plugin-automap": "^0.4.1",
"@flatfile/plugin-constraints": "^2.0.1",
"@flatfile/plugin-json-extractor": "^0.8.2",
"@flatfile/plugin-record-hook": "^1.6.0",
"@flatfile/plugin-space-configure": "^0.5.3",
"@flatfile/plugin-xlsx-extractor": "^3.1.4",
"axios": "^1.7.7",
"date-fns": "^3.6.0",
"flatfile": "^3.8.0",
"google-libphonenumber": "^3.2.38",
"ts-invariant": "^0.10.3"
},
"devDependencies": {
"@types/node": "^22.5.3"
}
}