-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.02 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": "pasting",
"version": "0.4.1",
"description": "A website to render html and markdown codes.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"heroku": "node index.js 0.0.0.0",
"test": "node index.js 127.0.0.1 8000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viperadnan-git/pasting.git"
},
"keywords": [
"render",
"render-html",
"render-md",
"html",
"markdown",
"pastebin",
"highlighter"
],
"author": "viperadnan",
"license": "MIT",
"bugs": {
"url": "https://github.com/viperadnan-git/pasting/issues"
},
"homepage": "https://github.com/viperadnan-git/pasting#readme",
"engines": {
"npm": "8.1.4",
"node": "16.13.0"
},
"dependencies": {
"deta": "^1.0.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.7",
"express": "^4.17.1",
"joi": "^17.5.0",
"marked": "^4.0.8"
}
}