@inquirer/type
Advanced tools
+16
-16
| { | ||
| "name": "@inquirer/type", | ||
| "version": "4.0.2", | ||
| "version": "4.0.3", | ||
| "description": "Inquirer core TS types", | ||
@@ -39,9 +39,11 @@ "keywords": [ | ||
| "tty", | ||
| "types", | ||
| "typescript", | ||
| "ui", | ||
| "yeoman", | ||
| "yo", | ||
| "zsh", | ||
| "types", | ||
| "typescript" | ||
| "zsh" | ||
| ], | ||
| "license": "MIT", | ||
| "author": "Simon Boudrias <admin@simonboudrias.com>", | ||
| "repository": { | ||
@@ -51,16 +53,17 @@ "type": "git", | ||
| }, | ||
| "license": "MIT", | ||
| "author": "Simon Boudrias <admin@simonboudrias.com>", | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "type": "module", | ||
| "sideEffects": false, | ||
| "type": "module", | ||
| "exports": { | ||
| "./package.json": "./package.json", | ||
| ".": { | ||
| "types": "./dist/index.d.ts", | ||
| "default": "./dist/index.js" | ||
| } | ||
| }, | ||
| "./package.json": "./package.json" | ||
| }, | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "scripts": { | ||
@@ -83,8 +86,5 @@ "tsc": "tsc" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "main": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "gitHead": "9c724296daad3d740b09173f9aae035dc62cb106" | ||
| "gitHead": "99d00a9adc53be8b7edf5926b2ec4ba0b792f68f" | ||
| } |