UNPKG

@karinjs/puppeteer

Version:

轻量·高效·易用的 Puppeteer 截图、视频生成工具

51 lines 1.46 kB
{ "name": "@karinjs/puppeteer", "version": "2.2.3", "description": "轻量·高效·易用的 Puppeteer 截图、视频生成工具", "keywords": [ "puppeteer", "screenshot", "karin" ], "homepage": "https://github.com/KarinJS/puppeteer", "bugs": { "url": "https://github.com/KarinJS/puppeteer/issues" }, "repository": { "type": "git", "url": "git+https://github.com/KarinJS/puppeteer.git" }, "license": "MIT", "author": "shijin", "main": "./dist/index.mjs", "type": "module", "bin": { "puppeteer": "./cli.js" }, "files": [ "!*.test.js", "!*.test.d.ts", "dist", "cli.js", "!LICENSE", "!README.md", "package.json" ], "devDependencies": { "extract-zip": "^2.0.1", "p-limit": "6.2.0", "yocto-spinner": "^0.2.1" }, "timestamp": "2025-04-24T12:22:00.413Z", "scripts": { "build": "tsc && vite build && tsup", "pub": "pnpm publish --access public", "rm": "node -e \"require('fs').rmSync('dist', { recursive: true, force: true })\"", "sort": "npx sort-package-json", "sync": "curl -X PUT \"https://registry-direct.npmmirror.com/-/package/@karinjs/puppeteer/syncs\"", "test": "cross-env NODE_ENV=development tsx ./src/index.test.ts --auto", "test:dev": "cross-env NODE_ENV=development tsx ./src/index.test.ts", "test:prod": "cross-env NODE_ENV=development node ./dist/index.test.js", "test:demo": "tsx ./test/index.ts" } }