added slice-master and fixed add game script

This commit is contained in:
avscs
2025-06-17 22:58:27 -04:00
committed by avsc-sid
parent 82ff24d4f8
commit c6bed9a603
278 changed files with 8617 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "monkeygg2",
"version": "1.0.0",
"description": "<p align=\"center\"><img src=\"https://raw.githubusercontent.com/MonkeyGG2/monkeygg2.github.io/main/imgs/icon-256-256.png\" height=\"200\"></p>",
"homepage": "https://github.com/MonkeyGG2/monkeygg2.github.io#readme",
"bugs": {
"url": "https://github.com/MonkeyGG2/monkeygg2.github.io/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MonkeyGG2/monkeygg2.github.io.git"
},
"license": "WTFPL",
"author": "",
"type": "module",
"main": "add-game-entry.js",
"scripts": {
"add-game": "node add-game-entry.js"
},
"dependencies": {
"@inquirer/prompts": "^7.5.3"
}
}