-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1017 Bytes
/
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
36
37
38
39
{
"name": "squirrel",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TamimEhsan/SQuirreL.git"
},
"author": "Tamim Ehsan",
"license": "ISC",
"bugs": {
"url": "https://github.com/TamimEhsan/SQuirreL/issues"
},
"homepage": "https://github.com/TamimEhsan/SQuirreL#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@material/textfield": "^13.0.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"bs-stepper": "^1.7.0",
"cookie-parser": "^1.4.6",
"dotenv": "^12.0.4",
"ejs": "^3.1.8",
"express": "^4.17.3",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"nodejs-avro-phonetic": "^1.0.2",
"nodemon": "^2.0.15",
"oracledb": "^5.3.0"
}
}