17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"name": "deploy-org",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"pub": "envision deploy ./docs -k deploy-test -v 0.0.1 -o root"
|
|
},
|
|
"files": [
|
|
"docs"
|
|
],
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
|
"license": "MIT",
|
|
"type": "module"
|
|
}
|