-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.39 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
53
54
55
56
57
58
59
60
{
"name": "confiks",
"version": "1.12.0",
"description": "Confiks is a library designed to assist in the installation and configuration of frontend projects. Utilize this Command Line Interface (CLI) to swiftly install essential dependencies.",
"repository": {
"url": "https://github.com/Kordrad/Confiks",
"directory": "packages/cli"
},
"bugs": {
"url": "https://github.com/Kordrad/Confiks/issues"
},
"author": {
"name": "Konrad Stępień",
"email": "kord.stp@gmail.com",
"url": "https://www.linkedin.com/in/kordrad/"
},
"license": "MIT",
"keywords": [
"confiks",
"cli",
"git",
"init",
"configure",
"configuration",
"frontend",
"npm",
"pnpm",
"yarn",
"biomejs",
"@commitlint/cli",
"@commitlint/config-conventional",
"eslint",
"eslint-plugin-prettier",
"eslint-plugin-simple-import-sort",
"eslint-plugin-unicorn",
"eslint-plugin-unused-imports",
"husky",
"lint-staged",
"prettier",
"prettier-plugin-organize-attributes",
"stylelint",
"stylelint-config-standard-scss"
],
"main": "./src/index.js",
"bin": {
"confiks": "./src/index.js"
},
"engines": {
"node": ">=v18"
},
"type": "module",
"dependencies": {
"chalk": "^5.3.0",
"enquirer": "^2.4.1",
"figlet": "^1.7.0",
"gradient-string": "^2.0.2",
"ora": "^8.0.1",
"tslib": "^2.3.0"
}
}