2022-12-01 18:30:34 +00:00
|
|
|
{
|
|
|
|
"name": "backend",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "backend for the pivoter server",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-12-15 15:33:17 +00:00
|
|
|
"start": "node .",
|
2022-12-01 18:30:34 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "osamu-kj",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2022-12-19 20:40:43 +00:00
|
|
|
"aes-cross": "^1.1.2",
|
|
|
|
"aes-encryption": "^1.0.4",
|
|
|
|
"aes-js": "^3.1.2",
|
2022-12-15 15:33:17 +00:00
|
|
|
"base-64": "^1.0.0",
|
2022-12-19 20:40:43 +00:00
|
|
|
"crypto-js": "^4.1.1",
|
2022-12-15 15:33:17 +00:00
|
|
|
"express": "^4.18.2",
|
2022-12-19 20:40:43 +00:00
|
|
|
"mongodb": "^4.12.1",
|
|
|
|
"string-hex": "^1.0.0"
|
2022-12-01 18:30:34 +00:00
|
|
|
}
|
|
|
|
}
|