@kunver/new 2.14.0 → 2.14.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/package.json +42 -42
package/package.json
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@kunver/new",
|
|
3
|
-
"version": "2.14.
|
|
4
|
-
"description": "Opiniated project starter",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"bin": {
|
|
7
|
-
"kunver": "dist/index.js"
|
|
8
|
-
},
|
|
9
|
-
"main": "dist/index.js",
|
|
10
|
-
"files": [
|
|
11
|
-
"dist"
|
|
12
|
-
],
|
|
13
|
-
"publishConfig": {
|
|
14
|
-
"access": "public"
|
|
15
|
-
},
|
|
16
|
-
"scripts": {
|
|
17
|
-
"build": "tsup",
|
|
18
|
-
"start": "bun dist/index.js",
|
|
19
|
-
"dev": "bun src/index.ts",
|
|
20
|
-
"prepublishOnly": "bun run build",
|
|
21
|
-
"local": "bun run build && bun link",
|
|
22
|
-
"manager": "bun manager.cjs bun",
|
|
23
|
-
"patch": "bun pm version patch && git push",
|
|
24
|
-
"minor": "bun pm version minor && git push",
|
|
25
|
-
"major": "bun pm version major && git push"
|
|
26
|
-
},
|
|
27
|
-
"keywords": [],
|
|
28
|
-
"author": "Burak Unver <burakhanunver@gmail.com> (https://kunver.dev)",
|
|
29
|
-
"license": "MIT",
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"@inquirer/prompts": "^7.8.4",
|
|
32
|
-
"chalk": "^5.6.0",
|
|
33
|
-
"execa": "^9.6.0",
|
|
34
|
-
"ora": "^8.2.0"
|
|
35
|
-
},
|
|
36
|
-
"devDependencies": {
|
|
37
|
-
"@types/bun": "^1.2.21",
|
|
38
|
-
"@types/node": "^24.3.0",
|
|
39
|
-
"tsup": "^8.5.0",
|
|
40
|
-
"typescript": "^5.9.2"
|
|
41
|
-
}
|
|
42
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@kunver/new",
|
|
3
|
+
"version": "2.14.1",
|
|
4
|
+
"description": "Opiniated project starter",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"bin": {
|
|
7
|
+
"kunver": "dist/index.js"
|
|
8
|
+
},
|
|
9
|
+
"main": "dist/index.js",
|
|
10
|
+
"files": [
|
|
11
|
+
"dist"
|
|
12
|
+
],
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"access": "public"
|
|
15
|
+
},
|
|
16
|
+
"scripts": {
|
|
17
|
+
"build": "tsup",
|
|
18
|
+
"start": "bun dist/index.js",
|
|
19
|
+
"dev": "bun src/index.ts",
|
|
20
|
+
"prepublishOnly": "bun run build",
|
|
21
|
+
"local": "bun run build && bun link",
|
|
22
|
+
"manager": "bun manager.cjs bun",
|
|
23
|
+
"patch": "bun pm version patch && git push",
|
|
24
|
+
"minor": "bun pm version minor && git push",
|
|
25
|
+
"major": "bun pm version major && git push"
|
|
26
|
+
},
|
|
27
|
+
"keywords": [],
|
|
28
|
+
"author": "Burak Unver <burakhanunver@gmail.com> (https://kunver.dev)",
|
|
29
|
+
"license": "MIT",
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@inquirer/prompts": "^7.8.4",
|
|
32
|
+
"chalk": "^5.6.0",
|
|
33
|
+
"execa": "^9.6.0",
|
|
34
|
+
"ora": "^8.2.0"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"@types/bun": "^1.2.21",
|
|
38
|
+
"@types/node": "^24.3.0",
|
|
39
|
+
"tsup": "^8.5.0",
|
|
40
|
+
"typescript": "^5.9.2"
|
|
41
|
+
}
|
|
42
|
+
}
|