Webpage for Games
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
309 B

{
"name": "update-apache",
"version": "1.0.0",
"description": "Create Apache2 Alias directives based on projects database",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Benjamin Kraft",
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.3",
"mysql2": "^2.3.3"
}
}