1
0
Fork 0
mirror of https://github.com/ful1e5/apple_cursor.git synced 2025-05-24 12:07:10 -04:00

🎉 Init typescript project

This commit is contained in:
KaizIqbal 2020-07-22 12:11:14 +05:30
parent 602aa28ac0
commit cfc9a2488c
2 changed files with 21 additions and 0 deletions

13
package.json Normal file
View file

@ -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"
}
}

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@^3.9.7:
version "3.9.7"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==