-
Notifications
You must be signed in to change notification settings - Fork 270
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 761 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 761 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
{
"name": "mokkapps",
"version": "1.0.0",
"description": "<!-- **Mokkapps/mokkapps** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mokkapps/mokkapps.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mokkapps/mokkapps/issues"
},
"homepage": "https://github.com/Mokkapps/mokkapps#readme",
"dependencies": {
"markdown-it": "^14.1.0",
"markdown-it-emoji": "^3.0.0",
"prettier": "^3.5.3",
"rss-parser": "^3.13.0"
}
}