forked from Snowflake-Labs/sfguide-data-apps-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 830 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
{
"name": "snowflake-sedemo-dataapps",
"version": "1.0.0",
"description": "A Snowflake demo showcasing a simple data app use case",
"author": "Craig Pentrack <[email protected]>",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"dependencies": {
"artillery": "^1.7.2",
"async": "^3.2.4",
"commander": "^5.1.0",
"connect-timeout": "^1.9.0",
"express": "^4.18.1",
"generic-pool": "^3.7.8",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"normalize-url": "^4.5.1",
"snowflake-sdk": "^1.6.12",
"underscore": "^1.13.4",
"xmlhttprequest-ssl": "^1.6.3"
},
"devDependencies": {
"nodemon": "^2.0.19"
},
"engines": {
"node": ">= 12.18.0"
}
}