@storm-software/testing-tools
Version:
⚡ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.
40 lines (39 loc) • 1.09 kB
JSON
{
"name": "@storm-software/testing-tools",
"version": "1.104.42",
"type": "commonjs",
"description": "⚡ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
"repository": {
"type": "github",
"url": "https://github.com/storm-software/storm-ops",
"directory": "packages/testing-tools"
},
"homepage": "https://stormsoftware.com",
"bugs": "https://github.com/storm-software/storm-ops/issues",
"author": {
"name": "Storm Software",
"email": "contact@stormsoftware.com",
"url": "https://stormsoftware.com"
},
"license": "Apache-2.0",
"private": false,
"module": "./index.js",
"types": "./declarations.d.ts",
"keywords": [
"monorepo",
"open-system",
"storm",
"storm-ops",
"storm-stack",
"stormstack",
"sullivanpj"
],
"peerDependencies": { "@nx/jest": "20.6.0", "jest": "29.7.0" },
"devDependencies": {
"@nx/jest": "20.6.0",
"@types/node": "^22.10.2",
"jest": "29.7.0",
"jest-resolve": "29.7.0"
},
"publishConfig": { "access": "public" }
}