@tsbb/jest
Version:
TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.
53 lines (52 loc) • 1.41 kB
JSON
{
"name": "@tsbb/jest",
"version": "4.5.5",
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
"author": "kenny wang <wowohoo@qq.com>",
"homepage": "https://jaywcjlove.github.io/tsbb",
"license": "MIT",
"type": "module",
"types": "./lib/index.d.ts",
"exports": "./lib/index.js",
"scripts": {
"build": "tsc",
"start": "tsc --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/tsbb.git"
},
"files": [
"lib"
],
"keywords": [
"typescript",
"babel",
"react",
"tsbb",
"node.js"
],
"engines": {
"node": ">=18"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.22.5",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@types/jest": "^29.5.0",
"babel-jest": "^29.5.0",
"babel-plugin-parameter-decorator": "^1.0.16",
"babel-preset-react-app": "^10.0.1",
"camelcase": "^8.0.0",
"fs-extra": "^11.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-environment-node": "^29.5.0",
"jest-watch-typeahead": "^2.2.2",
"ts-jest": "^29.0.5"
}
}