Violets-Purgatory/package.json

32 lines
727 B
JSON
Raw Normal View History

2023-10-20 21:53:49 -05:00
{
"name": "violets-purgatory",
"version": "1.0.0",
"description": "Violets Purgatory is a personal webapp for",
"main": "index.js",
"scripts": {
2024-07-04 19:58:03 -05:00
"start": "node index.js",
"test": "node index.js test"
2023-10-20 21:53:49 -05:00
},
"repository": {
"type": "git",
"url": "https://codeberg.org/Bingus_Violet/Violets-Purgatory.git"
},
"keywords": [
"web",
"site"
],
"author": "Violet <Violetbutagain@gmail.com>",
"license": "MIT",
"dependencies": {
2024-05-28 18:33:32 -05:00
"@node-minify/core": "^8.0.6",
"@node-minify/uglify-js": "^8.0.6",
2023-10-20 21:53:49 -05:00
"express": "^4.18.2",
"glob": "^10.4.2",
2024-05-31 01:05:50 -05:00
"himalaya": "^1.1.0",
2024-01-27 12:45:39 -06:00
"minify-html": "^0.0.2",
2024-07-07 23:33:16 -05:00
"showdown": "^2.1.0",
2024-04-20 12:56:37 -05:00
"ws": "^8.16.0",
2024-02-13 12:03:09 -06:00
"youtubei.js": "^9.0.2"
2023-10-20 21:53:49 -05:00
}
}