mirror of
https://github.com/certd/certd.git
synced 2026-04-27 23:37:29 +08:00
refactor: move
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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.11"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user