test-each
Version:
🤖 Repeat tests. Repeat tests. Repeat tests.
73 lines (72 loc) • 1.65 kB
JSON
{
"name": "test-each",
"version": "7.0.1",
"type": "module",
"exports": {
"types": "./build/src/main.d.ts",
"default": "./build/src/main.js"
},
"main": "./build/src/main.js",
"types": "./build/src/main.d.ts",
"files": [
"build/src/**/*.{js,json,d.ts}",
"!build/src/**/*.test.js",
"!build/src/{helpers,fixtures}"
],
"sideEffects": false,
"scripts": {
"test": "gulp test"
},
"description": "🤖 Repeat tests. Repeat tests. Repeat tests.",
"keywords": [
"testing",
"test",
"test-automation",
"data-driven",
"data-driven-tests",
"data-driven-testing",
"fuzzing",
"fuzz-testing",
"fuzz",
"cartesian",
"snapshot-testing",
"code-quality",
"typescript",
"es6",
"javascript",
"nodejs",
"library",
"iterable",
"foreach",
"functional-programming"
],
"license": "Apache-2.0",
"homepage": "https://www.github.com/ehmicky/test-each",
"repository": {
"type": "git",
"url": "git+https://github.com/ehmicky/test-each.git"
},
"bugs": {
"url": "https://github.com/ehmicky/test-each/issues"
},
"author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
"directories": {
"lib": "src"
},
"dependencies": {
"big-cartesian": "^6.1.1",
"is-plain-obj": "^4.1.0",
"normalize-exception": "^4.0.1",
"pretty-format": "^29.7.0"
},
"devDependencies": {
"@ehmicky/dev-tasks": "^3.0.33",
"@ehmicky/eslint-config": "^20.0.31",
"@ehmicky/prettier-config": "^1.0.6",
"is-ci": "^4.1.0",
"safe-json-value": "^3.0.0"
},
"engines": {
"node": ">=18.18.0"
}
}