@rockpack/tester
Version:
Pre-configured Jest setup for React and TypeScript with testing-library and best-practice defaults
65 lines (64 loc) • 1.64 kB
JSON
{
"name": "@rockpack/tester",
"version": "8.0.0",
"private": false,
"description": "Pre-configured Jest setup for React and TypeScript with testing-library and best-practice defaults",
"keywords": [
"jest",
"testing-library",
"react",
"typescript",
"test-runner",
"jest-config",
"rockpack"
],
"homepage": "https://alexsergey.github.io/rockpack/",
"bugs": {
"url": "https://github.com/AlexSergey/rockpack/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexSergey/rockpack.git"
},
"license": "MIT",
"author": "Aleksandrov Sergey <gooddev.sergey@gmail.com> (https://github.com/AlexSergey/rockpack)",
"main": "index.js",
"files": [
"configs",
"core",
"default-props.js",
"helpers",
"modules"
],
"scripts": {
"format": "npm run format:eslint",
"format:eslint": "eslint . --fix",
"lint": "eslint .",
"production": "npm run lint && npm publish --access public"
},
"dependencies": {
"@adobe/css-tools": "4.4.4",
"@rockpack/babel": "8.0.0",
"@rockpack/utils": "8.0.0",
"@types/jest": "30.0.0",
"babel-jest": "30.4.1",
"deep-extend": "0.6.0",
"identity-obj-proxy": "3.0.0",
"isomorphic-fetch": "3.0.0",
"jest": "30.4.2",
"jest-environment-jsdom": "30.4.1",
"jest-html-reporters": "3.1.7",
"pretty-format": "30.4.1",
"source-map": "0.7.6",
"typescript": "6.0.3",
"valid-types": "2.0.5",
"yargs": "18.0.0",
"yargs-unparser": "2.0.0"
},
"devDependencies": {
"@rockpack/codestyle": "8.0.0"
},
"engines": {
"node": ">=23.0.0"
}
}