mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
refactor to use http agent interface for tunnels
This commit is contained in:
14
package.json
14
package.json
@@ -11,23 +11,21 @@
|
||||
"dependencies": {
|
||||
"book": "1.3.3",
|
||||
"debug": "3.1.0",
|
||||
"esm": "3.0.14",
|
||||
"esm": "3.0.34",
|
||||
"human-readable-ids": "1.0.3",
|
||||
"koa": "2.4.1",
|
||||
"koa": "2.5.1",
|
||||
"localenv": "0.2.2",
|
||||
"on-finished": "2.3.0",
|
||||
"optimist": "0.6.1",
|
||||
"pump": "2.0.0",
|
||||
"tldjs": "2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"localtunnel": "1.8.0",
|
||||
"mocha": "2.5.3",
|
||||
"mocha": "5.1.1",
|
||||
"node-dev": "3.1.3",
|
||||
"ws": "0.8.0"
|
||||
"supertest": "3.1.0",
|
||||
"ws": "5.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --ui qunit --reporter spec",
|
||||
"test": "mocha --check-leaks --require esm './**/*.test.js'",
|
||||
"start": "./bin/server",
|
||||
"dev": "node-dev bin/server --port 3000"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user