mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
Merge bc469ab019 into 4b1a66b6bf
This commit is contained in:
commit
67eef91f76
3 changed files with 2585 additions and 2 deletions
3
.npmrc
3
.npmrc
|
|
@ -1,2 +1,3 @@
|
||||||
sharp_libvips_binary_host="https://registry.npmmirror.com/-/binary/sharp-libvips"
|
sharp_libvips_binary_host="https://registry.npmmirror.com/-/binary/sharp-libvips"
|
||||||
nodejieba_binary_host_mirror="https://npm.taobao.org/mirrors/nodejieba"
|
nodejieba_binary_host_mirror="https://npm.taobao.org/mirrors/nodejieba"
|
||||||
|
shamefully-hoist=true
|
||||||
2576
package-lock.json
generated
Normal file
2576
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -17,5 +17,11 @@
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"sqlite3": ">=5.1.6"
|
"sqlite3": ">=5.1.6"
|
||||||
},
|
},
|
||||||
"pnpm": {}
|
"pnpm": {
|
||||||
|
"peerDependencyRules": {
|
||||||
|
"ignoreMissing": [
|
||||||
|
"sqlite3"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue