asd
This commit is contained in:
commit
8b82bde024
10 changed files with 1043 additions and 0 deletions
23
package.json
Normal file
23
package.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "violets-purgatory",
|
||||
"version": "1.0.0",
|
||||
"description": "Violets Purgatory is a personal webapp for",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://codeberg.org/Bingus_Violet/Violets-Purgatory.git"
|
||||
},
|
||||
"keywords": [
|
||||
"web",
|
||||
"site"
|
||||
],
|
||||
"author": "Violet <Violetbutagain@gmail.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"ws": "^8.14.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue