forked from Tradeshift/bucko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.19 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
{
"name": "bucko",
"author": "Tradeshift",
"version": "0.0.2",
"description": "A sample app for getting started developing on the Tradeshift platform",
"private": true,
"license": "FreeBSD",
"scripts": {
"create-app": "node scripts/create-app.js",
"dev": "./node_modules/nodemon/bin/nodemon.js src/server.js",
"lint": "eslint scripts src",
"start-app": "node scripts/start-app.js",
"start": "node src/server.js",
"start-tunnel-only": "node scripts/start-tunnel.js"
},
"dependencies": {
"axios": "0.26.1",
"chalk": "3.0.0",
"datauri": "2.0.0",
"docker-names": "1.1.1",
"dotenv": "8.2.0",
"execa": "4.0.0",
"handlebars": "4.7.7",
"js-base64": "2.5.2",
"jwt-simple": "0.5.6",
"koa": "2.11.0",
"koa-error": "3.2.0",
"koa-morgan": "1.0.1",
"koa-passport": "4.1.3",
"koa-router": "8.0.8",
"koa-session": "5.13.1",
"koa-views": "6.2.1",
"ngrok": "3.2.7",
"object-hash": "2.0.3",
"passport-oauth2": "1.6.1",
"request-promise-native": "1.0.8",
"uuid": "8.3.2"
},
"devDependencies": {
"eslint": "6.5.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.25.4",
"nodemon": "2.0.2"
},
"overrides": {
"ngrok": {
"jsprim": "1.4.2"
}
}
}