-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 883 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
38
39
40
{
"name": "afk",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "mocha",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Afkanerd/dev_management.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bin": {
"afk": "CLI/index.js"
},
"bugs": {
"url": "https://github.com/Afkanerd/dev_management/issues"
},
"homepage": "https://github.com/Afkanerd/dev_management#readme",
"dependencies": {
"chai": "^4.3.4",
"commander": "^8.2.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"generate-password": "^1.6.1",
"mocha": "^9.1.1",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"mysql2": "^2.3.0",
"sequelize": "^6.6.5",
"ssl-root-cas": "^1.3.1",
"swagger-ui-express": "^4.1.6",
"uuid": "^8.3.2"
}
}