UNPKG

nx-uvu

Version:

An Nx executor for the uvu test runner

52 lines 1.29 kB
{ "name": "nx-uvu", "version": "1.3.1", "description": "An Nx executor for the uvu test runner", "main": "impl.js", "files": [ "impl.js", "schema.json", "executor.json" ], "keywords": [ "nx", "uvu", "test", "test-runner", "executor" ], "repository": { "type": "git", "url": "https://github.com/jmcdo29/nx-uvu.git" }, "author": "Jay McDoniel <me@jaymcdoniel.dev>", "license": "MIT", "executors": "./executor.json", "devDependencies": { "@changesets/cli": "^2.21.0", "@commitlint/cli": "^16.2.1", "@commitlint/config-conventional": "^16.2.1", "@types/node": "^16", "@typescript-eslint/eslint-plugin": "^5.12.1", "@typescript-eslint/parser": "^5.12.1", "eslint": "^8.9.0", "eslint-config-prettier": "^8.4.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-simple-import-sort": "^7.0.0", "husky": "^7.0.4", "lint-staged": "^12.3.4", "nx": "16.3.2", "nx-cloud": "^16.0.5", "prettier": "^2.5.1", "typescript": "^4.5.5" }, "dependencies": { "@nx/devkit": "^16.3.2", "@ogma/styler": "^1.0.0" }, "scripts": { "build": "tsc --skipLibCheck impl.ts", "lint": "eslint --ext ts .", "test": "echo \"Error: no test specified\" && exit 1" } }