30 lines
935 B
JSON
30 lines
935 B
JSON
{
|
|
"name": "faq-website",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"web": "exec node server.js # This will not work on windows, use node server.js like normal there. I'm sorry. As for other operating systems, if `npm run` uses sh -c internally, this will avoid leaving an extra process behind, so it's worth it in my opinion. If you disagree, open an issue about it."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.h.hackclub.app/9pfs/faq-website.git"
|
|
},
|
|
"author": "h@hackclub.app",
|
|
"license": "AGPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.21",
|
|
"@types/node": "^20.14.10",
|
|
"prettier": "^3.3.2",
|
|
"prisma": "^5.16.1"
|
|
},
|
|
"bin": {
|
|
"prisma": "bin/prisma"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^5.16.1",
|
|
"express": "^4.19.2"
|
|
},
|
|
"type": "module"
|
|
}
|