-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1019 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1019 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "assistantes",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build:ts": "tsc --outDir dist",
"build": "npm run build:ts",
"start": "node .",
"dev": "ts-node-dev --respawn -- src/index.ts",
"test": "jest --forceExit -t Mopidy"
},
"author": "",
"license": "ISC",
"dependencies": {
"apa102-spi": "^0.0.6",
"axios": "^1.6.7",
"cron": "^3.1.6",
"dotenv": "^16.4.5",
"htmlparser2": "^9.1.0",
"mopidy": "^1.3.0",
"mqtt": "^5.3.6",
"onoff": "^6.0.3",
"shelljs": "^0.8.5",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/babel__core": "7.1.18",
"@types/babel__traverse": "7.14.2",
"@types/cron": "^1.7.2",
"@types/jest": "^26.0.20",
"@types/mqtt": "^2.5.0",
"@types/node": "^13.11.1",
"@types/shelljs": "^0.8.7",
"@types/ws": "^8.5.4",
"jest": "^26.6.3",
"ts-jest": "^26.5.0",
"ts-node": "^8.8.2",
"ts-node-dev": "^1.1.1",
"typescript": "^4.6.3"
}
}