2021-06-06 00:46:57 +00:00
|
|
|
{
|
|
|
|
"name": "lua-serve",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2021-06-06 02:22:49 +00:00
|
|
|
"start": "git pull; node index.js"
|
2021-06-06 00:46:57 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@ssh.gitdab.com:jane/lua-serve"
|
|
|
|
},
|
|
|
|
"author": "jane <jane@j4.pm>",
|
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.17.1"
|
|
|
|
}
|
|
|
|
}
|