18 lines
No EOL
360 B
JSON
18 lines
No EOL
360 B
JSON
{
|
|
"name": "lua-serve",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "git pull; node index.js"
|
|
},
|
|
"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"
|
|
}
|
|
} |