diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..02983b4 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "autoreport", + "version": "0.0.0", + "description": "Automatic crash reporter", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "ssh://git@git.jetbrains.space/cuties/AUTOREPORT/autoreport.git" + }, + "author": "Equestria.dev", + "license": "MIT", + "dependencies": { + "@types/node": "^18.11.3", + "axios": "^1.1.3", + "ejs": "^3.1.8", + "express": "^4.18.2", + "typescript": "^4.8.4", + "uuid-v4": "^0.1.0", + "yaml": "^2.1.3" + } +} |