UNPKG

helpertypes

Version:

A collection of TypeScript helper types

80 lines (79 loc) 2.38 kB
{ "name": "helpertypes", "version": "0.0.19", "description": "A collection of TypeScript helper types", "scripts": { "generate:sandhog": "sandhog all --yes", "generate:changelog": "standard-changelog --first-release", "generate:all": "pnpm run generate:sandhog && pnpm run generate:changelog", "clean": "rimraf dist", "lint": "tsc --noEmit && eslint \"src/**/*.ts\" --color", "prettier": "prettier --write '{src,documentation}/**/*.{js,ts,json,html,xml,css,md}'", "prebuild": "pnpm run clean", "build": "pnpm run prebuild && pnpm run tsc", "prewatch": "pnpm run clean", "watch": "pnpm run prewatch && pnpm run tsc -- --watch", "tsc": "tsc -p tsconfig.build.json", "preversion": "pnpm run lint && pnpm run build", "version": "pnpm run preversion && pnpm run generate:all && git add .", "release": "np --no-cleanup --no-yarn --no-tests", "update:check": "pnpx npm-check-updates --dep dev,prod", "update:commit": "pnpx npm-check-updates -u --dep dev,prod && pnpm update && pnpm install" }, "keywords": [ "typescript", "lib", "type", "helpers" ], "files": [ "dist/**/*.*" ], "contributors": [ { "name": "Frederik Wessberg", "email": "frederikwessberg@hotmail.com", "url": "https://github.com/wessberg", "imageUrl": "https://avatars2.githubusercontent.com/u/20454213?s=460&v=4", "role": "Lead Developer", "twitter": "FredWessberg", "github": "wessberg" } ], "license": "MIT", "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", "@wessberg/ts-config": "^1.1.2", "sandhog": "^1.0.41", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.1", "eslint-plugin-jsdoc": "^36.0.7", "husky": "^7.0.1", "np": "7.5.0", "pnpm": "^6.14.2", "prettier": "^2.3.2", "pretty-quick": "^3.1.1", "rimraf": "^3.0.2", "standard-changelog": "^2.0.27", "typescript": "^4.3.5", "npm-check-updates": "^11.8.3" }, "main": "./dist/index.d.ts", "module": "./dist/index.d.ts", "browser": "./dist/index.d.ts", "types": "./dist/index.d.ts", "typings": "./dist/index.d.ts", "es2015": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/wessberg/helpertypes.git" }, "bugs": { "url": "https://github.com/wessberg/helpertypes/issues" }, "engines": { "node": ">=10.0.0" } }