blob: a4a5ec57087bf1dda25234f8a9e3a2c067dc6c0a [file] [log] [blame]
pineafan6fb3e072022-05-20 19:27:23 +01001{
2 "name": "hi",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "",
10 "license": "ISC",
11 "dependencies": {
12 "fs": "^0.0.1-security",
13 "mongodb": "^4.7.0"
14 },
15 "type": "module"
16}