pivoter-server/backend/package.json
2022-12-19 15:40:43 -05:00

23 lines
503 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "backend for the pivoter server",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "osamu-kj",
"license": "ISC",
"dependencies": {
"aes-cross": "^1.1.2",
"aes-encryption": "^1.0.4",
"aes-js": "^3.1.2",
"base-64": "^1.0.0",
"crypto-js": "^4.1.1",
"express": "^4.18.2",
"mongodb": "^4.12.1",
"string-hex": "^1.0.0"
}
}