1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"name": "save",
"version": "1.0.0",
"description": "",
"type": "module",
"exports": "./index.js",
"engines": "^12.20.0 || ^14.13.1 || >=16.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marvinborner/save.git"
},
"author": "Marvin Borner",
"license": "MIT",
"bugs": {
"url": "https://github.com/marvinborner/save/issues"
},
"homepage": "https://github.com/marvinborner/save#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"lowdb": "^3.0.0"
},
"devDependencies": {
"xo": "^0.48.0"
}
}
|