UNPKG

type-comparator

Version:

Useful comparator functions written on Typescript

48 lines (47 loc) 1.19 kB
{ "name": "type-comparator", "version": "0.2.10", "description": "Useful comparator functions written on Typescript", "main": "build/index.js", "typings": "build/index.d.ts", "scripts": { "start": "node ./build/main.js", "test": "jest", "test:coverage": "jest --coverage", "build": "tsc", "clean": "rimraf build", "tslint": "tslint src/**/*.ts", "tslint:fix": "tslint --fix src/**/*.ts", "release": "npm run clean && npm run build && release-it" }, "author": { "name": "Uladzimir Aleshka", "email": "uladzimir.aleshka@gmail.com" }, "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^5.1.1", "@types/jest": "^24.0.4", "jest": ">=22 <24", "release-it": "^15.6.0", "rimraf": "^2.6.3", "ts-jest": "^23.10.5", "ts-node": "^8.0.2", "tslint": "^5.12.1", "typescript": "^3.3.3" }, "repository": { "type": "git", "url": "git+https://github.com/lightness/type-comparator.git" }, "bugs": { "url": "https://github.com/lightness/type-comparator/issues" }, "keywords": [ "comparator", "comparators", "type", "types", "typescript" ] }