17 lines
280 B
JSON
17 lines
280 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "qctool server",
|
|
"keywords": [
|
|
"qctool",
|
|
"server"
|
|
],
|
|
"license": "GPL-3.0-or-later",
|
|
"author": "hbk01",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "nodemon ./src/index.js"
|
|
}
|
|
}
|