first commit! 👏

This commit is contained in:
Wouter Groeneveld 2021-03-29 20:29:25 +02:00
commit 9283485d1b
8 changed files with 21701 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
*.sublime-workspace
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
*.sublime-workspace

16526
.pnp.js generated Executable file

File diff suppressed because one or more lines are too long

55
.yarn/releases/yarn-berry.cjs vendored Executable file

File diff suppressed because one or more lines are too long

1
.yarnrc.yml Normal file
View File

@ -0,0 +1 @@
yarnPath: ".yarn/releases/yarn-berry.cjs"

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# Plerobuddies
Yay! (TODO)

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "plerobuddies",
"version": "1.0.0",
"repository": {
"url": "https://github.com/wgroeneveld/plerobuddies",
"type": "git"
},
"author": "Wouter Groeneveld",
"license": "MIT",
"main": "src/chat.js",
"scripts": {
"test": "jest",
"jam": "node src/chat.js"
},
"devDependencies": {
"jest": "^26.6.3"
}
}

View File

@ -0,0 +1,8 @@
{
"folders":
[
{
"path": "."
}
]
}

5077
yarn.lock Normal file

File diff suppressed because it is too large Load Diff