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.

18 lines
363 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": {
"@types/shelljs": "^0.8.11",
"dotenv": "^16.0.3",
"mysql2": "^2.3.3",
"shelljs": "^0.8.5"
}
}