Violets-Purgatory/package.json

32 lines
727 B
JSON

{
"name": "violets-purgatory",
"version": "1.0.0",
"description": "Violets Purgatory is a personal webapp for",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node index.js test"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/Bingus_Violet/Violets-Purgatory.git"
},
"keywords": [
"web",
"site"
],
"author": "Violet <Violetbutagain@gmail.com>",
"license": "MIT",
"dependencies": {
"@node-minify/core": "^8.0.6",
"@node-minify/uglify-js": "^8.0.6",
"express": "^4.18.2",
"glob": "^10.4.2",
"himalaya": "^1.1.0",
"minify-html": "^0.0.2",
"showdown": "^2.1.0",
"ws": "^8.16.0",
"youtubei.js": "^9.0.2"
}
}