-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.05 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
{
"name": "jibril",
"version": "0.1.11",
"description": "A CLI for remember things that you want",
"bin": {
"jibril": "./dist/index.js"
},
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"start": "node dist",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"brain-memory",
"cli",
"command"
],
"author": "Luis C.",
"license": "MIT",
"dependencies": {
"@pacote/shuffle": "^1.0.10",
"chalk": "^3.0.0",
"commander": "^4.1.1",
"enquirer": "^2.3.6",
"js-levenshtein": "^1.1.6",
"node-persist": "4.0.3",
"tty-table": "^2.8.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f1729/jibril.git"
},
"bugs": {
"url": "https://github.com/f1729/jibril/issues"
},
"homepage": "https://github.com/f1729/jibril#readme",
"devDependencies": {
"@types/js-levenshtein": "^1.1.3",
"@types/node": "^22.10.1",
"@types/node-persist": "^3.1.8",
"typescript": "^5.7.2"
}
}