aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-03-19 21:58:50 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-03-19 21:58:50 +0200
commitdd6cf660b033251c5ab08fa0c3e32a44022a7039 (patch)
tree56f9cd27afbe55853310bd6f08ae7d50054b080e /package.json
parent97bdd475b520630ad96fb4db31248348b117e8ea (diff)
downloadfileup-dd6cf660b033251c5ab08fa0c3e32a44022a7039.tar.gz
Added evil microsoft typescript
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
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"
+ }
+}