From cfc9a2488c16a2ed48f428190cfd4f4448857eff Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Wed, 22 Jul 2020 12:11:14 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Init=20typescript=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 13 +++++++++++++ yarn.lock | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100644 package.json create mode 100644 yarn.lock diff --git a/package.json b/package.json new file mode 100644 index 0000000..7b1e085 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "render", + "version": "1.0.0", + "description": "Rendering cursor to .png", + "main": "index.js", + "repository": "git@github.com:KaizIqbal/apple_cursor.git", + "author": "Kaiz Khatri", + "license": "MIT", + "private": true, + "devDependencies": { + "typescript": "^3.9.7" + } +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..7d57386 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,8 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +typescript@^3.9.7: + version "3.9.7" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" + integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==