{ "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.3.1", "@certd/plugin-aliyun": "^0.3.1", "@certd/plugin-host": "^0.3.1", "@certd/plugin-tencent": "^0.3.1" } }