-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 886 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": "unicode-lp",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.3",
"multer": "^1.4.4",
"sharp": "^0.29.3"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"mocha": "^9.1.3",
"morgan": "^1.10.0",
"nodemon": "^2.0.15",
"nyc": "^15.1.0",
"sinon": "^12.0.1"
},
"scripts": {
"test": "nyc mocha --timeout 10000",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackchapel/unicode-lp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/blackchapel/unicode-lp/issues"
},
"homepage": "https://github.com/blackchapel/unicode-lp#readme"
}