UNPKG

@robby-rabbitman/nx-plus-web-test-runner

Version:
54 lines 1.3 kB
{ "name": "@robby-rabbitman/nx-plus-web-test-runner", "version": "0.7.2", "description": "Web Test Runner integration for Nx workspaces.", "repository": { "type": "git", "url": "https://github.com/RobbyRabbitman/nx-plus.git", "directory": "libs/web-test-runner" }, "keywords": [ "Nx", "Web Test Runner", "Plugin", "Monorepo", "Nrwl", "Modern Web", "Generator", "Test", "Web" ], "author": "Robby Rabbitman", "homepage": "https://github.com/RobbyRabbitman/nx-plus/tree/main/libs/web-test-runner", "bugs": { "url": "https://github.com/RobbyRabbitman/nx-plus/issues" }, "license": "MIT", "peerDependencies": { "@nx/devkit": "^20.0.0", "@web/test-runner": "~0.20.0" }, "devDependencies": { "@robby-rabbitman/nx-plus-tools-vitest": "0.0.0", "@robby-rabbitman/nx-plus-tools-eslint": "0.0.0" }, "files": [ "dist", "generators.json", "package.json" ], "generators": "./generators.json", "type": "commonjs", "main": "./dist/index.js", "exports": { ".": "./dist/index.js", "./package.json": "./package.json", "./plugins/web-test-runner": "./dist/plugins/web-test-runner.plugin.js" }, "nx": { "name": "web-test-runner", "tags": [ "runtime:node" ] } }