diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..534a5e3 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "typeslang", + "version": "0.0.0", + "description": "__", + "main": "__", + "repository": "__", + "author": "Akshay Nair <phenax5@gmail.com>", + "license": "MIT", + "dependencies": { + "typescript": "^4.9.4" + } +} |
