UNPKG

@amandaghassaei/type-checks

Version:
53 lines (52 loc) 1.37 kB
{ "name": "@amandaghassaei/type-checks", "version": "1.1.1", "description": "A collection of JavaScript type checks.", "main": "dist/type-checks.js", "types": "dist/type-checks.d.ts", "type": "module", "scripts": { "build": "tsc && npm run docs && npm run make-coverage-badge", "test": "mocha 'test/**/*.ts'", "test-with-coverage": "c8 mocha 'test/**/*.ts'", "make-coverage-badge": "c8 --reporter=json-summary mocha 'test/**/*.ts' && coverage-badge-creator", "docs": "typedoc --options ./typedoc.json" }, "repository": { "type": "git", "url": "git+https://github.com/amandaghassaei/type-checks.git" }, "keywords": [ "type", "checks", "isNumber", "isFiniteNumber", "isInteger", "isString", "isTypedArray", "isArray", "isBoolean", "isObject" ], "author": "Amanda Ghassaei", "license": "MIT", "bugs": { "url": "https://github.com/amandaghassaei/type-checks/issues" }, "files": [ "dist", "src" ], "homepage": "https://github.com/amandaghassaei/type-checks#readme", "devDependencies": { "@types/mocha": "^10.0.1", "c8": "^8.0.0", "chai": "^4.3.6", "coverage-badge-creator": "^1.0.17", "mocha": "^10.0.0", "ts-node": "^10.9.1", "typedoc": "^0.23.15", "typedoc-plugin-markdown": "^3.13.6", "typescript": "^4.8.3" } }