From 451387cf20e1e06db4ffbacc0525fa0f3dbed38b Mon Sep 17 00:00:00 2001 From: Riley Smith Date: Thu, 20 Jan 2022 11:10:40 -0800 Subject: [PATCH] inital commit --- .gitignore | 1 + package.json | 16 ++++++++++++++++ yarn.lock | 8 ++++++++ 3 files changed, 25 insertions(+) create mode 100644 .gitignore create mode 100644 package.json create mode 100644 yarn.lock diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b512c09 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..7e797eb --- /dev/null +++ b/package.json @@ -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 ", + "license": "MIT", + "volta": { + "node": "16.13.2", + "yarn": "1.22.17" + } +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..32f0568 --- /dev/null +++ b/yarn.lock @@ -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==