chore: initialize node project (for local server)
This commit is contained in:
parent
07527a12b2
commit
d4374ffd49
3 changed files with 1060 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
*~
|
||||
*swo
|
||||
*swp
|
||||
|
||||
node_modules
|
||||
|
|
|
|||
22
package.json
Normal file
22
package.json
Normal 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
1036
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue