pivoter-server/backend/package.json

23 lines
503 B
JSON
Raw Normal View History

2022-12-01 18:30:34 +00:00
{
"name": "backend",
"version": "1.0.0",
"description": "backend for the pivoter server",
"main": "index.js",
"scripts": {
"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",
"base-64": "^1.0.0",
2022-12-19 20:40:43 +00:00
"crypto-js": "^4.1.1",
"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
}
}