-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.22 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
46
47
48
49
{
"name": "iobroker-dev-portal-backend",
"version": "0.1.1",
"description": "",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"watch": "nodemon --config nodemon.json src/index.ts",
"watch:debug": "nodemon --config nodemon.json --inspect-brk src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"@iobroker/create-adapter": "^2.6.5",
"@iobroker/repochecker": "3.5.3",
"@octokit/request": "^5.6.2",
"archiver": "^5.3.0",
"axios": "^0.22.0",
"cors": "^2.8.5",
"cron": "^1.8.2",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"mkdirp": "^1.0.4",
"mongodb": "^4.1.3",
"node-cache": "^5.1.2",
"rimraf": "^3.0.2",
"tweetsodium": "0.0.5",
"typescript": "4.4.4",
"universal-cookie-express": "^4.0.3",
"uuid": "^8.3.2",
"ws": "^7.5.3"
},
"devDependencies": {
"@types/archiver": "^5.1.1",
"@types/cors": "^2.8.12",
"@types/cron": "^1.7.3",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/mkdirp": "^1.0.2",
"@types/mongodb": "^4.0.7",
"@types/node": "^16.10.3",
"@types/rimraf": "^3.0.2",
"@types/uuid": "^8.3.1",
"@types/ws": "^7.4.7",
"nodemon": "^2.0.13",
"ts-node": "^10.3.0"
}
}