UNPKG

@voxpelli/typed-utils

Version:

My personal (type-enabled) utils / helpers

73 lines (72 loc) 2.3 kB
{ "name": "@voxpelli/typed-utils", "version": "1.10.2", "description": "My personal (type-enabled) utils / helpers", "homepage": "http://github.com/voxpelli/typed-utils", "repository": { "type": "git", "url": "git://github.com/voxpelli/typed-utils.git" }, "keywords": [], "author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)", "license": "MIT", "engines": { "node": ">=18.0.0" }, "type": "module", "exports": "./index.js", "types": "index.d.ts", "files": [ "/index.js", "/index.d.ts", "/index.d.ts.map", "lib/*.js", "lib/*.d.ts", "lib/*.d.ts.map" ], "scripts": { "build:0": "run-s clean", "build:1-declaration": "tsc -p declaration.tsconfig.json", "build": "run-s build:*", "check:0": "run-s clean", "check:1:installed-check": "installed-check -i @voxpelli/eslint-config -i eslint -i installed-check -i knip", "check:1:knip": "knip", "check:1:lint": "eslint --report-unused-disable-directives .", "check:1:tsc": "tsc", "check:1:type-coverage": "type-coverage --detail --strict --at-least 99 --ignore-files 'test/*'", "check:1": "run-p check:1:*", "check:2": "run-s build", "check:3": "tsd", "check": "run-s check:*", "clean:declarations-top": "rm -rf $(find . -maxdepth 1 -type f -name '*.d.ts*' ! -name 'index.d.ts')", "clean:declarations-lib": "rm -rf $(find lib -type f -name '*.d.ts*' ! -name '*-types.d.ts')", "clean": "run-p clean:*", "prepack": "run-s build", "prepare": "husky", "test:mocha": "c8 --reporter=lcov --reporter text mocha 'test/**/*.spec.js'", "test-ci": "run-s test:*", "test": "run-s check test:*" }, "dependencies": { "@voxpelli/type-helpers": "^3.4.0" }, "devDependencies": { "@types/chai": "^4.3.16", "@types/mocha": "^10.0.7", "@types/node": "^18.19.39", "@voxpelli/eslint-config": "^20.0.0-beta.4", "@voxpelli/tsconfig": "^12.0.1", "c8": "^10.1.2", "chai": "^4.4.1", "eslint": "^9.6.0", "husky": "^9.0.11", "installed-check": "^9.3.0", "knip": "^5.23.2", "mocha": "^10.5.2", "npm-run-all2": "^6.2.0", "tsd": "^0.31.1", "type-coverage": "^2.29.0", "typescript": "~5.5.2", "validate-conventional-commit": "^1.0.3" } }