UNPKG

ts-guardian

Version:
42 lines (41 loc) 909 B
{ "name": "ts-guardian", "version": "1.11.0", "description": "Declarative, composable type guards", "main": "lib/index.js", "types": "lib/index.d.ts", "sideEffects": false, "files": [ "lib/**/*" ], "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.tsx\"", "prepare": "npm run build", "prepublishOnly": "npm run format", "test": "jest --config jestconfig.json --watch" }, "keywords": [ "type", "predicate", "typescript", "guard", "guards", "functional", "composable" ], "author": "Jonathan Madelaine", "license": "MIT", "devDependencies": { "@babel/core": "^7.17.5", "@types/jest": "^27.4.1", "jest": "^27.5.1", "prettier": "^2.5.1", "ts-jest": "^27.1.3", "typescript": "^4.6.2" }, "repository": { "type": "git", "url": "https://github.com/jmadelaine/ts-guardian.git" } }