mirror of https://github.com/certd/certd
23 lines
471 B
JSON
23 lines
471 B
JSON
{
|
|
"name": "certd-run",
|
|
"version": "1.0.0",
|
|
"description": "certd run",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"certd": "node index.js"
|
|
},
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/certd/certd"
|
|
},
|
|
"author": "greper",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@certd/executor": "^0.1.15",
|
|
"@certd/plugin-aliyun": "^0.1.15",
|
|
"@certd/plugin-host": "^0.1.15",
|
|
"@certd/plugin-tencent": "^0.1.15"
|
|
}
|
|
}
|