You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
444 B

{
"name": "nodebooru",
"version": "1.0.0",
"description": "",
"main": "app.js",
"type": "module",
"scripts": {
"test": "mocha --recursive --fail-zero -p "
},
"author": "Snoozepilled",
"license": "Apache-2.0",
"devDependencies": {
"mocha": "^10.2.0",
"pg": "^8.11.3"
},
"dependencies": {
"@prisma/client": "^5.6.0",
"express": "^4.18.2",
"nodejs-snowflake": "^2.0.1",
"prisma": "^5.6.0"
}
}