forked from tonesto7/echo-speaks-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.68 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "echo-speaks-server",
"version": "2.8.0",
"author": "Anthony Santilli",
"contributors": [
{
"name": "Apollon77",
"email": "[email protected]"
}
],
"engines": {
"node": ">=12.9.1"
},
"dependencies": {
"@types/underscore": "^1.11.4",
"body-parser": "^1.20.1",
"dateformat": "^4.6.3",
"edit-json-file": "^1.7.0",
"express": "^4.18.2",
"express-remove-route": "1.0.0",
"cookie": "^0.4.2",
"find-free-port": "^2.0.0",
"getos": "^3.2.1",
"http-proxy-middleware": "^2.0.6",
"http-proxy-response-rewrite": "^0.0.1",
"https": "^1.0.0",
"moment": "^2.29.4",
"node-datetime": "^2.1.2",
"os": "^0.1.2",
"extend": "^3.0.2",
"querystring": "^0.2.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"underscore": "^1.13.6",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"compare-versions": "^3.6.0"
},
"devDependencies": {
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"lint-staged": "^13.0.4",
"prettier": "^2.8.0",
"@alcalzone/release-script": "^1.10.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tonesto7/echo-speaks-server.git"
},
"bugs": {
"url": "https://github.com/tonesto7/echo-speaks-server/issues"
},
"scripts": {
"start": "node index.js"
},
"main": "./index.js",
"readmeFilename": "readme.md",
"license": "MIT",
"private": true
}