inital commit

This commit is contained in:
vel 2022-01-20 11:10:40 -08:00
commit 451387cf20
Signed by: velvox
GPG Key ID: 8C470C59E7724537
3 changed files with 25 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"devDependencies": {
"typescript": "^4.5.5"
},
"name": "mogultv-rewrite",
"version": "1.0.0",
"description": "yoyo",
"main": "dist/index.js",
"repository": "https://git.qpixel.me/velvox/mogultv-rewrite.git",
"author": "Riley Smith <riley@rileysmith.me>",
"license": "MIT",
"volta": {
"node": "16.13.2",
"yarn": "1.22.17"
}
}

8
yarn.lock Normal file
View File

@ -0,0 +1,8 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
typescript@^4.5.5:
version "4.5.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==