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==