chore: initialize node project (for local server)

This commit is contained in:
Ayo Ayco 2025-08-19 15:36:39 +02:00
parent 07527a12b2
commit d4374ffd49
3 changed files with 1060 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
*~
*swo
*swp
node_modules

22
package.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "ayo.run",
"version": "1.0.0",
"description": "Home to self-hosted alternatives for popular services",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "simple-server .",
"dev": "simple-server ."
},
"repository": {
"type": "git",
"url": "https://git.ayo.run/ayo/ayo.run"
},
"author": "Ayo Ayco",
"license": "MIT",
"devDependencies": {
"simple-server": "^1.1.1"
}
}

1036
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load diff