-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "help",
"version": "1.0.0",
"description": "## What is help? When you want to create a big project, and want people to help you with it, you simply hit [new](https://help.sojs.repl.co/new), fill out the required things, and people who want to help will reach out. No need to annoy people with asking them.",
"main": "index.js",
"start": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "SoJS",
"license": "ISC",
"dependencies": {
"bad-words": "^3.0.4",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"crypto-js": "^4.0.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"firebase-admin": "^9.4.2",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"node-fetch": "^2.6.1",
"swig": "^1.4.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sojs-coder/Help-.git"
},
"bugs": {
"url": "https://github.com/sojs-coder/Help-/issues"
},
"homepage": "https://github.com/sojs-coder/Help-#readme"
}