xvfb-ts
Version:
Easily start and stop an X Virtual Frame Buffer from your node app
77 lines (76 loc) • 1.96 kB
JSON
{
"author": "Rafał Więcek <contact@darkgl.pl> (https://darkgl.pl/)",
"contributors": [
"ProxV, Inc. <support@proxv.com> (http://proxv.com)",
"Rob Wu <rob@robwu.nl> (https://robwu.nl)"
],
"scripts": {
"ci": "npm run build && npm run check && npm run check-exports",
"lint": "npx @biomejs/biome lint --write ./src ./test",
"format": "npx @biomejs/biome format --write ./src ./test",
"check": "npx @biomejs/biome check --write ./src ./test",
"build": "tsc --build",
"prepare": "husky",
"test": "npm run build && node --loader ts-node/esm ./test/test.ts",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"local-release": "changeset version && changeset publish",
"prepublishOnly": "npm run ci"
},
"type": "module",
"name": "xvfb-ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Easily start and stop an X Virtual Frame Buffer from your node app",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "https://github.com/DarkGL/node-xvfb-ts.git"
},
"bugs": {
"url": "https://github.com/DarkGL/node-xvfb-ts/issues"
},
"homepage": "https://github.com/DarkGL/node-xvfb-ts#readme",
"license": "MIT",
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.29.5",
"@types/node": "^22.10.1",
"husky": "^9.1.7",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"keywords": [
"xvfb",
"framebuffer",
"xvfb-ts",
"xvfb-node",
"headless",
"virtual",
"frame",
"buffer",
"browser",
"chrome",
"firefox",
"safari",
"edge",
"electron",
"puppeteer",
"playwright",
"testing",
"test",
"tests",
"automation",
"selenium",
"webdriver",
"typescript",
"node-xvfb",
"frame buffer"
],
"files": [
"dist"
],
"engines": {
"node": ">=20.17.0"
}
}