UNPKG

screenshotgenie

Version:
52 lines (51 loc) 1.27 kB
{ "name": "screenshotgenie", "version": "0.2.0", "description": "Node.js client library for Screenshot Genie", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "scripts": { "build": "tsc && npm run build:cjs", "build:cjs": "esbuild dist/index.js --bundle --platform=node --outfile=dist/index.cjs --format=cjs", "prepare": "npm run build", "test": "vitest", "test:example": "ts-node test/example.ts" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/datavis-tech/screenshotgenie.git" }, "keywords": [ "Screenshot", "Image", "Generation", "Thumbnails", "Images" ], "author": "Datavis Tech INC", "license": "MIT", "bugs": { "url": "https://github.com/datavis-tech/screenshotgenie/issues" }, "homepage": "https://github.com/datavis-tech/screenshotgenie#readme", "devDependencies": { "@types/node": "^22.13.5", "dotenv": "^16.4.7", "esbuild": "^0.25.0", "ts-node": "^10.9.2", "typescript": "^5.7.3", "vitest": "^3.0.7" } }