-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.66 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@futura-dev/cosmokeeper",
"version": "0.3.3",
"private": false,
"prettier": "@futura-dev/eslint-config-typescript/.prettierrc.js",
"repository": {
"type": "git",
"url": "https://github.com/futura-dev/cosmokeeper"
},
"description": "Cosmokeeper is a git hooks tool",
"author": {
"name": "Futura",
"url": "https://github.com/futura-dev",
"email": "opensource@futura-dev.com"
},
"homepage": "https://github.com/futura-dev/cosmokeeper",
"license": "MIT",
"files": [
"/templates",
"/dist"
],
"bin": {
"@futura-dev/cosmokeeper": "dist/cli.js"
},
"scripts": {
"build": "cosmofactory build",
"release": "cosmodrome release",
"lint": "eslint ./src --ext .ts",
"lint:fix": "npm run lint -- --fix",
"lint:beautify": "npm run lint:fix && prettier ./src --write"
},
"dependencies": {
"@commitlint/config-conventional": "^17.6.3",
"axios": "^1.4.0",
"commander": "^10.0.1",
"commitlint": "^17.6.3",
"prompts": "^2.4.2",
"tslib": "^2.5.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@futura-dev/contributing-gen": "^2.0.14",
"@futura-dev/cosmodrome": "^1.4.1",
"@futura-dev/cosmofactory": "^0.3.0",
"@futura-dev/eslint-config-typescript": "^0.1.3",
"@types/commander": "^2.12.2",
"@types/mute-stream": "^0.0.1",
"@types/node": "^16.18.29",
"@types/prompts": "^2.4.4",
"npm-check-updates": "^16.14.15",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=18"
},
"bugs": "https://github.com/futura-dev/cosmokeeper/issues",
"keywords": [
"commander",
"husky",
"git",
"hooks",
"git-hooks"
]
}