create-bananass 0.1.1 → 0.2.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-bananass",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "description": "Create a Bananass framework project for solving Baekjoon problems with JavaScript/TypeScript.🍌",
6
6
  "exports": {
@@ -51,15 +51,15 @@
51
51
  },
52
52
  "scripts": {
53
53
  "prepublishOnly": "npm run build",
54
- "build": "shx cp ../../LICENSE.md ../../README.md .",
54
+ "build": "node ../../scripts/cp.mjs ../../LICENSE.md LICENSE.md ../../README.md README.md",
55
55
  "test": "node --test",
56
56
  "dev": "node src/cli.js"
57
57
  },
58
58
  "dependencies": {
59
- "bananass-utils-console": "^0.1.1",
59
+ "bananass-utils-console": "^0.2.0",
60
60
  "commander": "^14.0.0",
61
61
  "consola": "^3.4.2",
62
62
  "is-interactive": "^2.0.0"
63
63
  },
64
- "gitHead": "40d80b43f1558783a3a8c62a91d4e9c306ee6e20"
64
+ "gitHead": "6abd277384f9f42395eac3edbf3264e2b2770eb9"
65
65
  }
@@ -7,7 +7,7 @@ module.exports = {
7
7
  // entryDir: 'bananass',
8
8
  // outDir: '.bananass',
9
9
  // browser: {
10
- // secretMode: false,
10
+ // secret: false,
11
11
  // }
12
12
  // build: {
13
13
  // templateType: 'fs',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "create-bananass-javascript-cjs",
4
- "version": "0.1.1",
4
+ "version": "0.2.0",
5
5
  "type": "commonjs",
6
6
  "engines": {
7
7
  "node": "^20.18.0 || ^22.3.0 || >= 24.0.0"
@@ -22,10 +22,10 @@
22
22
  "prettier:fix": "prettier . --write --ignore-unknown"
23
23
  },
24
24
  "devDependencies": {
25
- "bananass": "^0.1.1",
26
- "eslint": "^9.27.0",
27
- "eslint-config-bananass": "^0.1.1",
28
- "prettier": "^3.5.3",
29
- "prettier-config-bananass": "^0.1.1"
25
+ "bananass": "^0.2.0",
26
+ "eslint": "^9.30.1",
27
+ "eslint-config-bananass": "^0.2.0",
28
+ "prettier": "^3.6.2",
29
+ "prettier-config-bananass": "^0.2.0"
30
30
  }
31
31
  }
@@ -7,7 +7,7 @@ export default {
7
7
  // entryDir: 'bananass',
8
8
  // outDir: '.bananass',
9
9
  // browser: {
10
- // secretMode: false,
10
+ // secret: false,
11
11
  // }
12
12
  // build: {
13
13
  // templateType: 'fs',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "create-bananass-javascript-esm",
4
- "version": "0.1.1",
4
+ "version": "0.2.0",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": "^20.18.0 || ^22.3.0 || >= 24.0.0"
@@ -22,10 +22,10 @@
22
22
  "prettier:fix": "prettier . --write --ignore-unknown"
23
23
  },
24
24
  "devDependencies": {
25
- "bananass": "^0.1.1",
26
- "eslint": "^9.27.0",
27
- "eslint-config-bananass": "^0.1.1",
28
- "prettier": "^3.5.3",
29
- "prettier-config-bananass": "^0.1.1"
25
+ "bananass": "^0.2.0",
26
+ "eslint": "^9.30.1",
27
+ "eslint-config-bananass": "^0.2.0",
28
+ "prettier": "^3.6.2",
29
+ "prettier-config-bananass": "^0.2.0"
30
30
  }
31
31
  }
@@ -8,7 +8,7 @@ module.exports = {
8
8
  // entryDir: 'bananass',
9
9
  // outDir: '.bananass',
10
10
  // browser: {
11
- // secretMode: false,
11
+ // secret: false,
12
12
  // }
13
13
  // build: {
14
14
  // templateType: 'fs',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "create-bananass-typescript-cjs",
4
- "version": "0.1.1",
4
+ "version": "0.2.0",
5
5
  "type": "commonjs",
6
6
  "engines": {
7
7
  "node": "^20.18.0 || ^22.3.0 || >= 24.0.0"
@@ -23,12 +23,12 @@
23
23
  "tsc": "tsc"
24
24
  },
25
25
  "devDependencies": {
26
- "bananass": "^0.1.1",
27
- "eslint": "^9.27.0",
28
- "eslint-config-bananass": "^0.1.1",
26
+ "bananass": "^0.2.0",
27
+ "eslint": "^9.30.1",
28
+ "eslint-config-bananass": "^0.2.0",
29
29
  "jiti": "^2.4.2",
30
- "prettier": "^3.5.3",
31
- "prettier-config-bananass": "^0.1.1",
30
+ "prettier": "^3.6.2",
31
+ "prettier-config-bananass": "^0.2.0",
32
32
  "typescript": "^5.8.3"
33
33
  }
34
34
  }
@@ -8,7 +8,7 @@ export default {
8
8
  // entryDir: 'bananass',
9
9
  // outDir: '.bananass',
10
10
  // browser: {
11
- // secretMode: false,
11
+ // secret: false,
12
12
  // }
13
13
  // build: {
14
14
  // templateType: 'fs',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "create-bananass-typescript-esm",
4
- "version": "0.1.1",
4
+ "version": "0.2.0",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": "^20.18.0 || ^22.3.0 || >= 24.0.0"
@@ -23,12 +23,12 @@
23
23
  "tsc": "tsc"
24
24
  },
25
25
  "devDependencies": {
26
- "bananass": "^0.1.1",
27
- "eslint": "^9.27.0",
28
- "eslint-config-bananass": "^0.1.1",
26
+ "bananass": "^0.2.0",
27
+ "eslint": "^9.30.1",
28
+ "eslint-config-bananass": "^0.2.0",
29
29
  "jiti": "^2.4.2",
30
- "prettier": "^3.5.3",
31
- "prettier-config-bananass": "^0.1.1",
30
+ "prettier": "^3.6.2",
31
+ "prettier-config-bananass": "^0.2.0",
32
32
  "typescript": "^5.8.3"
33
33
  }
34
34
  }