summaryrefslogtreecommitdiff
path: root/package.json
blob: 02983b431031ebe06a13d22c79f09108d8585c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
  }
}