-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.2 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.2 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
51
52
{
"name": "kl1",
"version": "0.3.1",
"description": "CLI stuff launcher",
"main": "dist/cli.js",
"scripts": {
"start": "npm run build && node ./dist/cli",
"build": "./node_modules/.bin/tsc",
"lint": "./node_modules/.bin/eslint ./",
"prepublishOnly": "npm run build"
},
"bin": {
"kl1": "dist/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frenchbread/k.git"
},
"keywords": [
"cli",
"laucher",
"kl1",
"runner",
"shell",
"bash",
"href"
],
"author": "Damir Mustafin <damir.mustafin@protonmail.ch>",
"license": "MIT",
"bugs": {
"url": "https://github.com/frenchbread/k/issues"
},
"homepage": "https://github.com/frenchbread/k#readme",
"devDependencies": {
"@types/clear": "^0.1.2",
"@types/node": "^18.11.17",
"@types/prompts": "^2.0.14",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"typescript": "^4.9.4"
},
"dependencies": {
"bson": "^4.7.0",
"clear": "^0.1.0",
"fs-extra": "^10.1.0",
"get-mac-apps": "^1.0.2",
"meow": "^9.0.0",
"prompts": "^2.4.2",
"rocket-store": "^0.10.8"
}
}