Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion integration/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@inquirer/esm-integration-tests",
"version": "0.0.0",
"private": true,
"sideEffects": false,
"type": "module",
"sideEffects": false,
"scripts": {
"test": "node --test **/*.test.*"
},
Expand Down
4 changes: 2 additions & 2 deletions internals/isolate-monorepo-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "1.0.0",
"private": true,
"description": "Tool for testing package isolation in Yarn workspace monorepo",
"sideEffects": false,
"bin": "./src/bin.ts",
"type": "module",
"sideEffects": false,
"exports": {
".": "./src/index.ts",
"./package.json": "./package.json"
},
"bin": "./src/bin.ts",
"scripts": {
"tsc": "tsc && chmod +x ./dist/bin.js"
},
Expand Down
4 changes: 2 additions & 2 deletions internals/setup-packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "setup-packages",
"version": "0.0.0",
"private": true,
"sideEffects": false,
"bin": "./src/bin.ts",
"type": "module",
"sideEffects": false,
"exports": {
"./package.json": "./package.json"
},
"bin": "./src/bin.ts",
"dependencies": {
"globby": "^16.0.0",
"jsonc-parser": "^3.3.1",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
"yo",
"zsh"
],
"license": "MIT",
"author": "Simon Boudrias <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/SBoudrias/Inquirer.js.git"
},
"author": "Simon Boudrias <[email protected]>",
"license": "MIT",
"type": "module",
"workspaces": [
"packages/*",
"integration/*",
"internals/*"
],
"type": "module",
"scripts": {
"demo": "node --watch-path=packages/ packages/demo/src/index.ts",
"dev": "turbo watch tsc",
Expand All @@ -63,13 +63,6 @@
"test": "vitest --run packages && turbo test",
"tsc": "turbo tsc && tsc -p tsconfig.json"
},
"nano-staged": {
"*.{js,mjs,cjs,ts,mts,cts,jsx,tsx,json}": "yarn oxfmt --no-error-on-unmatched-pattern",
"*.m?[jt]sx?": [
"yarn oxlint --fix",
"yarn eslint --fix"
]
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@lerna-lite/cli": "^4.9.2",
Expand All @@ -85,7 +78,7 @@
"husky": "^9.1.7",
"isolate-monorepo-package": "workspace:*",
"nano-staged": "^0.9.0",
"oxfmt": "^0.18.0",
"oxfmt": "^0.19.0",
"oxlint": "^1.28.0",
"setup-packages": "workspace:*",
"turbo": "^2.6.1",
Expand All @@ -94,8 +87,15 @@
"typescript-eslint": "^8.46.4",
"vitest": "^4.0.13"
},
"packageManager": "[email protected]+sha512.4e54aeace9141df2f0177c266b05ec50dc044638157dae128c471ba65994ac802122d7ab35bcd9e81641228b7dcf24867d28e750e0bcae8a05277d600008ad54",
"nano-staged": {
"*.{js,mjs,cjs,ts,mts,cts,jsx,tsx,json}": "yarn oxfmt --no-error-on-unmatched-pattern",
"*.m?[jt]sx?": [
"yarn oxlint --fix",
"yarn eslint --fix"
]
},
"engines": {
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
}
},
"packageManager": "[email protected]+sha512.4e54aeace9141df2f0177c266b05ec50dc044638157dae128c471ba65994ac802122d7ab35bcd9e81641228b7dcf24867d28e750e0bcae8a05277d600008ad54"
}
32 changes: 16 additions & 16 deletions packages/ansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,31 +42,21 @@
"zsh"
],
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/ansi/README.md",
"license": "MIT",
"author": "Simon Boudrias <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/SBoudrias/Inquirer.js.git"
},
"author": "Simon Boudrias <[email protected]>",
"license": "MIT",
"sideEffects": false,
"files": [
"dist"
],
"type": "module",
"sideEffects": false,
"exports": {
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"scripts": {
"tsc": "tsc"
},
"devDependencies": {
"@repo/tsconfig": "workspace:*",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
},
"publishConfig": {
"access": "public",
"exports": {
Expand All @@ -78,5 +68,15 @@
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"scripts": {
"tsc": "tsc"
},
"devDependencies": {
"@repo/tsconfig": "workspace:*",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
}
}
36 changes: 18 additions & 18 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,33 @@
"zsh"
],
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/checkbox/README.md",
"license": "MIT",
"author": "Simon Boudrias <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/SBoudrias/Inquirer.js.git"
},
"author": "Simon Boudrias <[email protected]>",
"license": "MIT",
"sideEffects": false,
"files": [
"dist"
],
"type": "module",
"sideEffects": false,
"exports": {
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"scripts": {
"tsc": "tsc"
},
Expand All @@ -81,17 +93,5 @@
},
"engines": {
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts"
}
}
36 changes: 18 additions & 18 deletions packages/confirm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,33 @@
"zsh"
],
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/confirm/README.md",
"license": "MIT",
"author": "Simon Boudrias <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/SBoudrias/Inquirer.js.git"
},
"author": "Simon Boudrias <[email protected]>",
"license": "MIT",
"sideEffects": false,
"files": [
"dist"
],
"type": "module",
"sideEffects": false,
"exports": {
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"scripts": {
"tsc": "tsc"
},
Expand All @@ -79,17 +91,5 @@
},
"engines": {
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts"
}
}
36 changes: 18 additions & 18 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,33 @@
"zsh"
],
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/core/README.md",
"license": "MIT",
"author": "Simon Boudrias <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/SBoudrias/Inquirer.js.git"
},
"author": "Simon Boudrias <[email protected]>",
"license": "MIT",
"sideEffects": false,
"files": [
"dist"
],
"type": "module",
"sideEffects": false,
"exports": {
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"scripts": {
"tsc": "tsc"
},
Expand Down Expand Up @@ -86,17 +98,5 @@
},
"engines": {
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts"
}
}
Loading