-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "csm-kit",
"version": "1.5.1",
"description": "CSM is a CLI tool to manage your code snippets.",
"main": "dist/index.js",
"bin": {
"csm-kit": "./dist/index.js"
},
"scripts": {
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"CSM",
"CLI tool",
"productivity",
"Code Snippet Manager"
],
"author": "Aman Zishan <aman-zishan> (https://github.com/Aman-zishan)",
"repository": "https://github.com/Aman-zishan/CSM.git",
"homepage": "https://github.com/Aman-zishan/CSM.git#readme",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"cli-highlight": "^2.1.11",
"clipboardy": "^4.0.0",
"commander": "^11.1.0",
"figlet": "^1.7.0",
"highlight.js": "^11.9.0",
"neo-blessed": "^0.2.0"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@types/blessed": "^0.1.25",
"@types/figlet": "^1.5.8",
"@types/node": "^20.10.5",
"semantic-release": "^22.0.12",
"typescript": "^5.3.3"
}
}