assertate-debug
Version:
TypeScript assertion helpers
38 lines (37 loc) • 956 B
JSON
{
"name": "assertate-debug",
"version": "2.4.2",
"description": "TypeScript assertion helpers",
"keywords": [
"TypeScript",
"JavaScript",
"3.7",
"assertion",
"isomorphic",
"client",
"server",
"debug"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "Maximillian Dornseif <md@foxel.org>",
"homepage": "https://github.com/mdornseif/assertate-debug/",
"repository": "https://github.com/mdornseif/assertate-debug",
"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"
}
}