-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.29 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.29 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
{
"name": "@cityssm/faster-report-exporter",
"version": "0.7.2",
"description": "On demand exports of selected reports from the FASTER Web Fleet Management System.",
"keywords": [
"faster-web",
"fmis",
"asset-management",
"fleet-management",
"puppeteer"
],
"homepage": "https://github.com/cityssm/node-faster-report-exporter#readme",
"bugs": {
"url": "https://github.com/cityssm/node-faster-report-exporter/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/node-faster-report-exporter.git"
},
"license": "MIT",
"author": "The Corporation of the City of Sault Ste. Marie",
"type": "module",
"exports": {
".": "./index.js",
"./debug": "./debug.config.js"
},
"scripts": {
"coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test",
"test": "node --test"
},
"dependencies": {
"@cityssm/faster-constants": "^0.3.1",
"@cityssm/faster-url-builder": "^1.1.0",
"@cityssm/puppeteer-launch": "^5.2.1",
"@cityssm/to-millis": "^1.0.1",
"@cityssm/utils-datetime": "^1.3.0",
"debug": "^4.4.3"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^25.0.3",
"eslint-config-cityssm": "^36.1.0",
"prettier-config-cityssm": "^1.0.0"
}
}