mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
12 lines
175 B
JSON
12 lines
175 B
JSON
{
|
|
"name": "@qinglong/public",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "nodemon",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@qinglong/env": "workspace:*"
|
|
}
|
|
}
|