1.0.0 Licence
This commit is contained in:
Generated
+1
@@ -7,6 +7,7 @@
|
||||
"": {
|
||||
"name": "ripster-backend",
|
||||
"version": "1.0.0",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"dependencies": {
|
||||
"archiver": "^7.0.1",
|
||||
"cors": "^2.8.5",
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
"name": "ripster-backend",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"license": "GPL-2.0-or-later",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mboehmlaender/ripster.git"
|
||||
},
|
||||
"homepage": "https://mboehmlaender.github.io/ripster/",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mboehmlaender/ripster/issues"
|
||||
},
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"start": "node src/index.js",
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
const path = require('path');
|
||||
|
||||
const rootDir = path.resolve(__dirname, '..');
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
require('dotenv').config();
|
||||
|
||||
const http = require('http');
|
||||
|
||||
Reference in New Issue
Block a user