@saashub/qoq-knip 0.16.1 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +7 -7
package/README.md
CHANGED
@@ -5,7 +5,9 @@
|
|
5
5
|
|
6
6
|
## Rationale
|
7
7
|
|
8
|
-
|
8
|
+
Tired of setting up [Knip](https://www.npmjs.com/package/knip) from scratch for every new project? We created a base template to simplify the process.
|
9
|
+
|
10
|
+
The configuration is opinionated, shaped by years of development experience, and can be used as a complete setup without any tweaks or as a foundation for your own configurations.
|
9
11
|
|
10
12
|
## Install
|
11
13
|
|
@@ -33,4 +35,4 @@ export default jsConfig;
|
|
33
35
|
|
34
36
|
### Last but not least
|
35
37
|
|
36
|
-
_Feel free to
|
38
|
+
_Feel free to join us, please read [General Contributing Guidelines](https://github.com/saashub-it/qoq/blob/master/.github/CONTRIBUTING.md)_
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saashub/qoq-knip",
|
3
|
-
"version": "0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "Knip configs template",
|
5
5
|
"keywords": [
|
6
6
|
"Knip template",
|
@@ -44,17 +44,17 @@
|
|
44
44
|
"test": "vitest run --coverage"
|
45
45
|
},
|
46
46
|
"dependencies": {
|
47
|
-
"knip": "5.
|
47
|
+
"knip": "5.44.1",
|
48
48
|
"lodash": "4.17.21"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
|
-
"@saashub/qoq-cli": "^0.
|
51
|
+
"@saashub/qoq-cli": "^1.0.1",
|
52
52
|
"@types/lodash": "4.17.15",
|
53
|
-
"@vitest/coverage-v8": "3.0.
|
53
|
+
"@vitest/coverage-v8": "3.0.5",
|
54
54
|
"rimraf": "6.0.1",
|
55
|
-
"rollup": "4.
|
55
|
+
"rollup": "4.34.6",
|
56
56
|
"typescript": "5.7.3",
|
57
|
-
"vitest": "3.0.
|
57
|
+
"vitest": "3.0.5"
|
58
58
|
},
|
59
59
|
"peerDependencies": {
|
60
60
|
"knip": "^5"
|
@@ -62,5 +62,5 @@
|
|
62
62
|
"publishConfig": {
|
63
63
|
"access": "public"
|
64
64
|
},
|
65
|
-
"gitHead": "
|
65
|
+
"gitHead": "5ca1c6646b71191fcaf46fa72923fe259df974d3"
|
66
66
|
}
|