22 lines
477 B
JSON
22 lines
477 B
JSON
{
|
|
"name": "@kevisual/storage-editor",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"basename": "/root/storage-editor",
|
|
"scripts": {
|
|
"pub": "ev deploy . -k storage-editor -v 0.0.1 -u"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"js"
|
|
],
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.11.1",
|
|
"type": "module"
|
|
} |