-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 924 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
{
"name": "bog-markdown-converter",
"version": "1.0.0",
"description": "",
"scripts": {
"build-debug": "webpack --mode=development --watch",
"start": "tsc && node --inspect ./bin/index.js",
"build-pipeline": "npm install && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pirahawk/bog-markdown-converter.git"
},
"keywords": [],
"author": "Piran Tata",
"license": "ISC",
"bugs": {
"url": "https://github.com/pirahawk/bog-markdown-converter/issues"
},
"homepage": "https://github.com/pirahawk/bog-markdown-converter#readme",
"devDependencies": {
"@types/express": "^4.17.4",
"@types/markdown-it": "0.0.9",
"@types/node": "^13.11.0",
"typescript": "^3.8.3"
},
"dependencies": {
"@akanass/rx-http-request": "^3.3.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"markdown-it": "^10.0.0",
"rxjs": "^6.5.5"
}
}