-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 920 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
{
"name": "speeding-hsl-busses",
"version": "0.0.1",
"description": "",
"main": "src/index.ts",
"scripts": {
"test": "ts-node-test constants.test.ts",
"lint": "eslint src",
"start": "ts-node index.ts"
},
"author": "Ville Saalo",
"license": "MIT",
"dependencies": {
"chart.js": "^3.9.1",
"chartjs-node-canvas": "^4.1.6",
"mqtt": "^4.3.7",
"twitter-api-v2": "^1.12.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"stylelint": "^14.11.0",
"stylelint-config-standard": "^28.0.0",
"stylelint-prettier": "^2.0.0",
"ts-node-test": "^0.2.0",
"typescript": "^4.8.2"
},
"engines": {
"node": ">=18.7.0"
}
}