{ "name": "@holllo/test", "description": "Tiny testing library designed to run anywhere.", "license": "AGPL-3.0-or-later", "version": "0.2.2", "homepage": "https://git.bauke.xyz/Holllo/test", "publishConfig": { "access": "public" }, "type": "module", "main": "./build/index.js", "types": "./build/index.d.ts", "files": [ "build/" ], "devDependencies": { "@bauke/eslint-config": "^0.1.5", "@bauke/prettier-config": "^0.1.5", "esbuild": "^0.19.12", "trash-cli": "^5.0.0", "tsx": "^4.7.0", "typescript": "^5.3.3", "vite": "^5.0.12", "xo": "^0.56.0" }, "prettier": "@bauke/prettier-config", "xo": { "extends": "@bauke/eslint-config", "prettier": true, "space": true } }