You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

25 lines
561 B
JSON

{
"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"
}
}