-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 966 Bytes
/
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
{
"name": "martia-flot-serve",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node ./src/index.js",
"test": "mocha -t 60000 --exit --recursive ",
"dev": "LOG_LEVEL=debug LOG_PRETTY=1 node ./src/index.js",
"testdev": "LOG_LEVEL=debug LOG_PRETTY=1 mocha -t 30000 --exit --recursive",
"lint": "./node_modules/eslint/bin/eslint.js -c .eslintrc.json --fix ."
},
"author": "",
"license": "",
"dependencies": {
"axios": "^1.7.2",
"cbor": "^9.0.2",
"mqtt": "^5.8.0",
"pino": "^8.21.0",
"pino-pretty": "^10.3.1",
"yaml": "^2.4.5"
},
"devDependencies": {
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-chai-friendly": "^0.7.4",
"mocha": "^10.6.0",
"supertest": "^6.3.4",
"wait-queue": "^1.1.4"
},
"prettier": {
"singleQuote": true,
"printWidth": 120
},
"packageManager": "[email protected]"
}