UNPKG

assertate

Version:

TypeScript assertion helpers

36 lines (35 loc) 862 B
{ "name": "assertate", "version": "2.4.0", "description": "TypeScript assertion helpers", "keywords": [ "TypeScript", "JavaScript", "3.7", "assertion", "isomorphic", "client", "server" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "author": "Evan Louie <evlouie@gmail.com>", "homepage": "https://github.com/evanlouie/assertate/", "license": "MIT", "scripts": { "generate-docs": "shx rm -rf docs && typedoc --out docs src && shx touch docs/.nojekyll", "prepublish": "shx rm -rf dist && tsc", "test": "jest", "test-watch": "jest --watchAll" }, "devDependencies": { "@types/jest": "^27.0.0", "@types/node": "^16.6.0", "jest": "^27.0.6", "prettier": "^2.3.2", "shx": "^0.3.3", "ts-jest": "^27.0.4", "typedoc": "^0.21.5", "typescript": "^4.3.5" } }