-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 801 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 801 Bytes
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
{
"name": "Firetail API integration",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --enable-source-maps server"
},
"author": "Brian Shannon <brian@firetail.io>",
"license": "LGPL-3.0",
"dependencies": {
"@public.firetail.io/firetail-api": "^0.5.0",
"express": "^4.18.1",
"scribbles": "^1.5.0",
"xml2json": "^0.12.0"
},
"scribbles": {
"time": "HH:mm:ss.SSS",
"format": "{time} <{logLevel}> {fileName}:{lineNumber} {message} {value} {stackTrace}"
},
"firetail": {
"addApi": "./petstore.yaml",
"specificationDir": "api",
"dev": true,
"apiKey": "PS-02-107ee1a9-dd00-4de8-98e0-f477c1e12719-114c0d33-b422-42a0-a083-fea3168adc14"
}
}