-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 4.75 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "fire-monitor-bot",
"version": "3.7.61",
"description": "Monitors public wildfire data (unofficial - not for safety/emergency purposes)",
"main": "main.js",
"bin": "./main.js",
"repository": {
"type": "git",
"url": "https://github.com/publicdocs-platform/fire-monitor-bot.git"
},
"engines": {
"node": "^12.18.2",
"yarn": "^1.12.3"
},
"os": [
"darwin",
"linux"
],
"author": "Advay Mengle <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"private": true,
"scripts": {
"install": "cd ./node_modules/staticmaps && yarn && yarn build",
"cleanpubs": "mkdir -p output; rm -rf output",
"cleantests": "rm -rf *.lcov .nyc_output coverage",
"clean": "yarn cleanpubs; yarn cleantests; rm -rf persist.yaml",
"start": "node main.js",
"debug": "node --inspect main.js",
"cleanstart": "yarn clean; node main.js",
"test": "nyc mocha './{,!(node_modules)/**/}test/*.js'",
"e2e-test": "yarn clean && nyc node main.js run --once --force-update --fail-on-error --max-updates-per-loop=3 --html-snapshots --skip-updates-older-than-hours=48",
"test-coverage": "yarn clean && yarn test && yarn report-coverage",
"e2e-test-coverage-visualdiff": "yarn clean && yarn e2e-test && yarn report-e2e-coverage && yarn report-visualdiff",
"e2e-test-visualdiff": "yarn clean && yarn e2e-test && yarn report-visualdiff",
"report-visualdiff": "percy snapshot output/ --snapshot-files='snaps/*.html'",
"report-coverage": "nyc report --reporter=json && codecov -F unit -f coverage/coverage-final.json",
"report-e2e-coverage": "nyc report --reporter=json && codecov -F e2e -f coverage/coverage-final.json",
"lint": "eslint . --fix",
"semantic-release": "semantic-release",
"snyk-protect": "snyk protect",
"prepublish": "yarn run snyk-protect"
},
"dependencies": {
"@opencensus/core": "^0.0.18",
"@opencensus/exporter-stackdriver": "^0.0.18",
"@publicdocs/togeojson": "https://github.com/publicdocs-platform/togeojson",
"@turf/bearing": "^6.0.1",
"@turf/circle": "^6.0.1",
"@turf/distance": "^6.0.1",
"all-the-cities": "https://github.com/publicdocs-platform/us-cities-db",
"cheerio": "^1.0.0-rc.3",
"csv": "^5.3.2",
"deep-diff": "^1.0.2",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"express": "^4.16.3",
"fair-semaphore": "^1.0.3",
"ip": "^1.1.5",
"js-yaml": "^3.14.0",
"jszip": "^3.2.2",
"lodash": "^4.17.19",
"luxon": "^1.24.1",
"mkdirp": "^0.5.1",
"nearby-cities": "^1.1.0",
"numeral": "^2.0.6",
"ol-helpers": "https://github.com/publicdocs-platform/ol-helpers",
"proj4": "^2.6.1",
"pug": "^2.0.4",
"puppeteer": "^5.2.0",
"qrcode": "^1.4.2",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"requizzle": "^0.2.1",
"rimraf": "^3.0.2",
"serve-index": "^1.9.1",
"sharp": "^0.23.2",
"snyk": "^1.324.0",
"sprintf-js": "^1.1.1",
"staticmaps": "https://github.com/publicdocs-platform/staticmaps#zoom-steps",
"title-case": "^2.1.1",
"twit": "^2.2.11",
"us-cities-db": "https://github.com/publicdocs-platform/us-cities-db",
"winston": "^3.2.1",
"xmldom": "^0.1.27",
"yargs": "^14.2.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.6",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.6",
"@semantic-release/release-notes-generator": "^9.0.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-sort-requires": "^2.1.0",
"mocha": "^7.2.0",
"nyc": "^15.0.0",
"semantic-release": "^17.0.7"
},
"optionalDependencies": {
"@google-cloud/firestore": "^2.6.0",
"@google-cloud/logging-winston": "^3.0.6"
},
"release": {
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"type": "docs",
"release": "patch"
},
{
"type": "chore",
"scope": "deps",
"release": "patch"
},
{
"type": "refactor",
"release": "patch"
},
{
"subject": "/skip-release/",
"release": false
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
},
"resolutions": {
"all-the-cities": "https://github.com/publicdocs-platform/us-cities-db"
},
"snyk": true
}