pineafan | 6fb3e07 | 2022-05-20 19:27:23 +0100 | [diff] [blame] | 1 | { |
Skyler Grey | 75ea917 | 2022-08-06 10:22:23 +0100 | [diff] [blame^] | 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" | ||||
pineafan | 6fb3e07 | 2022-05-20 19:27:23 +0100 | [diff] [blame] | 16 | } |