-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.02 KB
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
43
44
45
46
47
48
49
50
{
"name": "devnotetr",
"version": "2.1.0",
"description": "Kişisel programlama notları kitaplığı — Markdown, CLI ve web UI ile.",
"main": "library/cli.js",
"bin": {
"devnote": "library/cli.js"
},
"files": [
"Java-Notes",
"Javascript-Notes",
"MongoDB-Notes",
"Python-Notes",
"SQL-Notes",
"assets",
"library",
"CONTRIBUTING.md"
],
"scripts": {
"start": "node library/cli.js",
"dev": "node library/cli.js open --editor"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"notes",
"programming",
"cli",
"markdown",
"java",
"javascript",
"python",
"sql",
"mongodb"
],
"author": "Burak Boduroğlu",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/burakboduroglu/dev-notes.git"
},
"homepage": "https://github.com/burakboduroglu/dev-notes#readme",
"bugs": {
"url": "https://github.com/burakboduroglu/dev-notes/issues"
},
"engines": {
"node": ">=18.0.0"
}
}