diff options
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" + } +} |