-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
36
37
38
39
40
41
42
{
"name": "definity-blog",
"version": "1.0.0",
"description": "Definity Blog",
"main": "index.js",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"highlight.js": "^11.3.1",
"https": "^1.0.0",
"i18n": "^0.13.3",
"markdown-it": "^12.3.2",
"mysql": "^2.18.1",
"promise-mysql": "^5.0.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/ejs": "^3.1.0",
"@types/express": "^4.17.13",
"@types/markdown-it": "^12.2.3",
"@types/mysql": "^2.15.19",
"@types/node": "^16.11.7",
"nodemon": "^2.0.15",
"typescript": "^4.4.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DefinityTeam/blog.git"
},
"author": "Definity",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/DefinityTeam/blog/issues"
},
"homepage": "https://github.com/DefinityTeam/blog#readme"
}