-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.25 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.25 KB
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
{
"name": "dracowalker",
"version": "1.0.10",
"description": "",
"main": "bin/app.js",
"bin": "bin/app.js",
"engines": {
"node": ">= 8"
},
"scripts": {
"build": "tsc",
"tslint": "tslint -c tslint.json 'src/**/*.ts'",
"pack": "pkg package.json -o dist/dracowalker"
},
"keywords": [],
"author": "niico",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.2",
"cheerio": "^1.0.0-rc.2",
"dotenv": "^6.0.0",
"draconode": "^0.8.4",
"dracotext": "^1.3.2",
"fastify": "^1.12.0",
"geolib": "^2.0.24",
"googlemaps": "^1.12.0",
"lodash": "^4.17.11",
"minimist": "^1.2.0",
"moment": "^2.22.2",
"mz": "^2.7.0",
"nedb-promise": "^2.0.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"semver": "^5.5.1",
"socket.io": "^2.1.1",
"universal-analytics": "^0.4.17",
"winston": "^3.1.0",
"xml2js-es6-promise": "^1.1.1",
"yaml": "^1.0.0"
},
"devDependencies": {
"@types/node": "^10.10.3"
},
"pkg": {
"scripts": [
"node_modules/dracotext/languages/generated.english.js"
],
"assets": [
"version"
],
"targets": [
"node10-linux-x64",
"node10-macos-x64",
"node10-win-x64",
"node10-win-x86"
]
}
}