UNPKG

@alwatr/type-helper

Version:
70 lines (69 loc) 1.89 kB
{ "name": "@alwatr/type-helper", "version": "5.4.0", "description": "Collection of useful typescript type helpers.", "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", "keywords": [ "type", "type-helper", "types", "typescript", "utility", "util", "utils", "nanolib", "alwatr" ], "license": "AGPL-3.0-only", "main": "", "types": "./src/main.d.ts", "exports": { ".": { "types": "./src/main.d.ts", "default": "./src/main.d.ts" }, "./types": { "types": "./src/types.d.ts", "import": "./src/types.mjs", "require": "./src/types.cjs" } }, "files": [ "**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}", "LICENSE", "!demo/**/*" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Alwatr/nanolib", "directory": "packages/type-helper" }, "homepage": "https://github.com/Alwatr/nanolib/tree/next/packages/type-helper#readme", "bugs": { "url": "https://github.com/Alwatr/nanolib/issues" }, "prettier": "@alwatr/prettier-config", "scripts": { "b": "yarn run build", "w": "yarn run watch", "c": "yarn run clean", "cb": "yarn run clean && yarn run build", "d": "yarn run build:es && yarn node --enable-source-maps --trace-warnings", "build": "yarn run build:ts && yarn run build:es", "build:es": "echo skip build:es", "build:ts": "echo skip build:ts", "watch": "yarn run watch:ts & yarn run watch:es", "watch:es": "yarn run build:es --watch", "watch:ts": "yarn run build:ts --watch --preserveWatchOutput", "clean": "rm -rfv dist *.tsbuildinfo" }, "devDependencies": { "@alwatr/prettier-config": "^5.0.0", "@alwatr/tsconfig-base": "^5.0.0", "typescript": "^5.8.2" }, "gitHead": "fdf8e6de77cca359465110a75ff18faff0649a95" }