faq-website/package.json
2024-07-05 23:58:03 +00:00

16 lines
644 B
JSON

{
"name": "faq-website",
"version": "0.0.1",
"description": "",
"main": "index.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"
}