diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-19 21:58:50 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-19 21:58:50 +0200 |
commit | dd6cf660b033251c5ab08fa0c3e32a44022a7039 (patch) | |
tree | 56f9cd27afbe55853310bd6f08ae7d50054b080e /package.json | |
parent | 97bdd475b520630ad96fb4db31248348b117e8ea (diff) | |
download | fileup-dd6cf660b033251c5ab08fa0c3e32a44022a7039.tar.gz |
Added evil microsoft typescript
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..a93c1c8 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "htdocs", + "version": "1.0.0", + "description": "FILEUP", + "main": "actions.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/alexvitkov/india.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/alexvitkov/india/issues" + }, + "homepage": "https://github.com/alexvitkov/india#readme", + "devDependencies": { + "typescript": "^4.2.3" + } +} |