mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
17 lines
261 B
JSON
17 lines
261 B
JSON
{
|
|
"name": "@qinglong/env",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.0.0"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|