-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "sipharmony-device-manager",
"version": "1.0.0",
"description": "A Node.js provisioning server for VoIP IP devices. This server is designed to work with the Wazo-Platform 😎",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 start ecosystem.config.js --env production",
"dev": "nodemon src/index.js --config nodemon.json"
},
"author": "Alan Spurlock <[email protected]> (https://sipharmony.com)",
"license": "MIT",
"keywords": [
"wazo",
"voip",
"provisioning",
"device",
"manager"
],
"dependencies": {
"asterisk-manager": "^0.2.0",
"axe": "^12.2.7",
"axios": "^1.7.2",
"cabin": "^13.2.7",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-async-errors": "^3.1.1",
"handlebars": "^4.7.8",
"helmet": "^7.1.0",
"http": "^0.0.1-security",
"joi": "^17.13.3",
"moment": "^2.30.1",
"mongoose": "^8.4.4",
"request-received": "^0.0.3",
"response-time": "^2.3.2",
"signale": "^1.4.0"
},
"devDependencies": {
"nodemon": "^3.1.4",
"prettier": "^3.3.2"
}
}