- 37개 파일 IP → zioinfo.co.kr 치환 (소스/매뉴얼/설정/하네스) - Manager DrConsole/NetworkConsole/CsapConsole 빌드 + /var/www/manager/ 배포 - 테스트: Manager HTTP 200, ITSM 신규 API 7개 전체 200 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
46 lines
960 B
JSON
46 lines
960 B
JSON
{
|
|
"name": "selfsigned",
|
|
"version": "2.4.1",
|
|
"description": "Generate self signed certificates private and public keys",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "mocha -t 5000"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jfromaniello/selfsigned.git"
|
|
},
|
|
"keywords": [
|
|
"openssl",
|
|
"self",
|
|
"signed",
|
|
"certificates"
|
|
],
|
|
"author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
|
|
"contributors": [
|
|
{
|
|
"name": "Paolo Fragomeni",
|
|
"email": "paolo@async.ly",
|
|
"url": "http://async.ly"
|
|
},
|
|
{
|
|
"name": "Charles Bushong",
|
|
"email": "bushong1@gmail.com",
|
|
"url": "http://github.com/bushong1"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node-forge": "^1.3.0",
|
|
"node-forge": "^1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.4",
|
|
"mocha": "^9.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
}
|