-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 869 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 869 Bytes
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
{
"name": "create-flatfile-javascript",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "parcel public/index.html --no-cache",
"start-advanced-mode": "parcel advanced/public/index.html --no-cache",
"server": "node advanced/src/server.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@flatfile/api": "^1.5.32",
"@flatfile/javascript": "^0.1.19",
"@flatfile/listener": "^0.3.15",
"@flatfile/plugin-record-hook": "^1.1.7",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "4.18.2",
"flatfile": "^3.5.10"
},
"devDependencies": {
"buffer": "^5.7.1",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"os-browserify": "^0.3.0",
"parcel": "2.8.3",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0"
}
}