UNPKG

typle

Version:

📦 Scan and install missing Typescript type definitions for your dependencies.

75 lines (74 loc) • 1.69 kB
{ "name": "typle", "version": "0.1.1", "description": "📦 Scan and install missing Typescript type definitions for your dependencies.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "bin": { "typle": "bin/typle" }, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs" }, "./cli": { "types": "./dist/cli.d.ts", "require": "./dist/cli.js", "import": "./dist/cli.mjs" } }, "repository": "mrozio13pl/typle", "author": "mrozio13pl", "license": "MIT", "scripts": { "build": "tsup src/index.ts src/cli.ts --config tsup.config.ts", "test": "npx vitest run" }, "files": [ "bin", "dist" ], "keywords": [ "types", "install", "auto", "sync", "download", "package", "typescript", "tool" ], "dependencies": { "@antfu/install-pkg": "^0.1.1", "clittle": "^0.2.1", "cross-spawn": "^7.0.3", "detect-indent": "^6.1.0", "glob": "^8.1.0", "lilconfig": "^3.0.0", "nanospinner": "^1.1.0", "ofi": "^1.3.3", "picocolors": "^1.0.0", "semver": "^6.3.1", "tiny-update-notifier": "^1.0.0", "typle-core": "0.1.0", "typle-util": "0.1.0" }, "devDependencies": { "@npm/types": "^1.0.2", "@types/cross-spawn": "^6.0.6", "@types/glob": "^8.1.0", "@types/semver": "^6.2.7", "is-unicode-supported": "^2.0.0", "jiti": "^1.21.0", "tsup": "^8.0.1", "typescript": "^5.3.2", "vitest": "^0.34.6" }, "publishConfig": { "access": "public" }, "gitHead": "574dbcbf9c4af573e1a2d2a110c24cad504a0d9b" }