UNPKG

omnimatch

Version:

TypeScript tagged-union utility knife

46 lines (45 loc) 1.05 kB
{ "name": "omnimatch", "version": "1.0.0-development.2", "description": "TypeScript tagged-union utility knife", "main": "dist/index.js", "scripts": { "build": "tsc", "clean": "rimraf dist* *.log", "format": "prettier --write src/**/*.ts", "prebuild": "npm run clean", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/willmtemple/omnimatch.git" }, "keywords": [ "typescript", "discriminated", "tagged", "union", "match", "pattern" ], "files": [ "dist/*" ], "author": "Will Temple <will@wtemple.net>", "license": "MIT", "bugs": { "url": "https://github.com/willmtemple/omnimatch/issues" }, "homepage": "https://github.com/willmtemple/omnimatch#readme", "devDependencies": { "@types/chai": "^4.2.11", "@types/jest": "^25.2.1", "@types/node": "^13.13.4", "chai": "^4.2.0", "jest": "^25.5.2", "prettier": "^1.19.1", "rimraf": "^3.0.2", "ts-jest": "^25.4.0", "typescript": "^3.8.2" } }