-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.16 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
46
47
48
49
50
51
52
{
"name": "@aasaam/certificate-manager",
"version": "0.0.0",
"description": "Certificate manager for private infrastructure",
"keywords": [
"aasaam",
"certificate",
"pki",
"private"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aasaam/certificate-manager.git"
},
"dependencies": {
"@aasaam/information": "^0",
"await-to-js": "^3",
"chalk": "^4",
"commander": "^9",
"inquirer": "^8",
"ip": "^1",
"ip-cidr": "^3",
"lodash": "^4",
"md-to-pdf": "^5",
"secure-random-password": "^0",
"validator": "^13"
},
"devDependencies": {
"@types/node": "^18",
"eslint": "^8",
"eslint-config-airbnb": "^19",
"eslint-config-airbnb-base": "^15",
"eslint-config-prettier": "^8",
"eslint-plugin-import": "^2",
"eslint-plugin-jsx-a11y": "^6",
"eslint-plugin-node": "^11",
"eslint-plugin-prettier": "^4",
"eslint-plugin-react": "^7",
"eslint-plugin-sonarjs": "^0",
"prettier": "^2"
},
"scripts": {
"lint": "eslint ."
},
"authors": [
{
"name": "Muhammad Hussein Fattahizadeh",
"email": "[email protected]"
}
],
"license": "MIT"
}