mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-21 01:00:24 +08:00
15 lines
362 B
JSON
15 lines
362 B
JSON
{
|
|
"name": "@qinglong/local-application-image",
|
|
"version": "3.0.0-alpha.0",
|
|
"private": true,
|
|
"description": "Production-only external dependency root for the QingLong 3.0 AI-excluded local application image",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=24.18.0 <25"
|
|
},
|
|
"dependencies": {
|
|
"croner": "7.0.8",
|
|
"semver": "7.7.4"
|
|
}
|
|
}
|