inital commit
This commit is contained in:
commit
451387cf20
|
|
@ -0,0 +1 @@
|
|||
node_modules
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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==
|
||||
Loading…
Reference in New Issue