UNPKG

jest-runner-tsd

Version:
70 lines (69 loc) 1.69 kB
{ "name": "jest-runner-tsd", "version": "6.0.0", "description": "Run your TypeScript type tests using Jest", "keywords": [ "check", "checker", "easy", "jest", "runner", "tests", "tsd", "typings", "types", "typescript" ], "license": "MIT", "repository": "https://github.com/jest-community/jest-runner-tsd.git", "main": "src/index.js", "files": [ "src/", "!src/__tests__/" ], "contributors": [ "Karan Sanjeev Nair <yo@alphaman.me> (https://alphaman.me)", "Saurabh Agarwala <saur.agarwala@gmail.com>" ], "scripts": { "lint": "eslint .", "test": "jest", "typecheck": "yarn tsc && yarn tsc -p e2e && yarn tsc -p src/__tests__" }, "dependencies": { "@babel/code-frame": "^7.15.8", "chalk": "^4.1.2", "create-jest-runner": "^0.12.0", "tsd-lite": "^0.8.0" }, "devDependencies": { "@babel/core": "^7.15.8", "@babel/preset-env": "^7.15.8", "@babel/preset-typescript": "^7.15.0", "@jest/test-result": "^29.1.0", "@tsconfig/node14": "^1.0.3", "@tsd/typescript": "~5.1.0", "@types/babel__code-frame": "^7.0.3", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "babel-jest": "^29.1.0", "eslint": "^8.0.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "execa": "^5.1.1", "jest": "^29.1.0", "prettier": "^2.4.1", "typescript": "~5.1.0" }, "peerDependencies": { "@tsd/typescript": "4.x || 5.x" }, "prettier": { "arrowParens": "avoid", "singleQuote": true }, "packageManager": "yarn@3.6.0", "engines": { "node": ">=16" } }