temp
This commit is contained in:
parent
29ce907453
commit
422157f96e
2
apps/ai-cli/.npmrc
Normal file
2
apps/ai-cli/.npmrc
Normal file
@ -0,0 +1,2 @@
|
||||
//npm.xiongxiao.me/:_authToken=${ME_NPM_TOKEN}
|
||||
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
|
@ -1,6 +1,9 @@
|
||||
|
||||
## data.json
|
||||
|
||||
`deno run -A https://esm.xiongxiao.me/@kevisual/easy-tools/ai-cli/gen/data.ts`
|
||||
##
|
||||
|
||||
列出当前文件夹的所有的文件列表,然后,生成一个json的数组。
|
||||
|
||||
数据格式是:
|
||||
|
@ -7,7 +7,13 @@
|
||||
"scripts": {
|
||||
"pub": "ev deploy . -k ai-cli -v 0.0.1 -u"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"keywords": [],
|
||||
"files": [
|
||||
"*"
|
||||
],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.6.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user