@rockpack/tester
Version:
Small wrapper for Jest and testing best practice.
52 lines (51 loc) • 1.4 kB
JSON
{
"name": "@rockpack/tester",
"version": "6.0.5",
"private": false,
"description": "Small wrapper for Jest and testing best practice.",
"keywords": [
"jest",
"testing-library",
"react",
"react-testing"
],
"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",
"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.3",
"@rockpack/babel": "6.0.5",
"@rockpack/utils": "6.0.5",
"babel-jest": "30.0.0",
"deep-extend": "0.6.0",
"identity-obj-proxy": "3.0.0",
"isomorphic-fetch": "3.0.0",
"jest": "30.0.0",
"jest-environment-jsdom": "30.0.0",
"jest-html-reporters": "3.1.7",
"pretty-format": "30.0.0",
"source-map": "0.7.4",
"typescript": "5.8.3",
"valid-types": "2.0.5",
"yargs": "18.0.0",
"yargs-unparser": "2.0.0"
},
"devDependencies": {
"@rockpack/codestyle": "6.0.5",
"@types/jest": "29.5.14"
}
}