-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 775 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
{
"name": "informatics-notes",
"version": "1.0.0",
"description": "Peladen NodeJS untuk catatan, latihan, dan solusi latihan pembelajaran persiapan OSN 2026 Tim Olimpiade Informatika MAN 2 Kota Pekanbaru.",
"main": "index.js",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/zf-ran/informatics-notes.git"
},
"keywords": [
"informatics",
"notes"
],
"author": "Zafran",
"license": "ISC",
"bugs": {
"url": "https://github.com/zf-ran/informatics-notes/issues"
},
"homepage": "https://github.com/zf-ran/informatics-notes#readme",
"dependencies": {
"ejs": "^5.0.1",
"express": "^5.2.1",
"gray-matter": "^4.0.3",
"marked": "^17.0.4",
"path": "^0.12.7"
}
}