-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 801 Bytes
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
{
"name": "@atomdevelops/annotate",
"version": "1.0.3",
"description": "A simple markdown to HTML parser built with TypeScript",
"main": "index.js",
"scripts": {
"build": "tsc && npm i -g"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atomisadev/noted.git"
},
"bin": {
"annotate": "./dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/atomisadev/noted/issues"
},
"homepage": "https://github.com/atomisadev/noted#readme",
"dependencies": {
"@types/express": "^4.17.15",
"@types/marked": "^4.0.8",
"@types/node": "^18.11.17",
"@types/yargs": "^17.0.17",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"marked": "^4.2.4",
"yargs": "^17.6.2"
}
}