-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.16 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@giantheart/recipes",
"version": "0.1.1",
"description": "A TUI guided journal for your first draft.",
"main": "index.mjs",
"directories": {
"doc": "docs",
"test": "test"
},
"files": [
"src/*",
"docs/*"
],
"bin": {
"recipes": "index.mjs"
},
"dependencies": {
"@inkjs/ui": "github:rainbow-bamboo/ink-ui#55fbb62",
"date-and-time": "^3.3.0",
"ink": "^5.0.1",
"ink-big-text": "^2.0.0",
"ink-gradient": "^3.0.0",
"ink-markdown": "github:rainbow-bamboo/ink-markdown#5c33797",
"ink-text-input": "github:rainbow-bamboo/ink-text-input#21edc25",
"nbb": "^1.2.190",
"shelljs": "^0.8.5",
"syllable": "^5.0.1",
"zx": "^8.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giant-heart/recipes.git"
},
"scripts": {
"start": "node index.mjs"
},
"keywords": [
"text-editor",
"author",
"poet",
"poetry",
"writing",
"writer"
],
"author": "Giant Heart Poetry",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/giant-heart/recipes/issues"
},
"homepage": "https://github.com/giant-heart/recipes#readme"
}