shotsnap
Version:
Node.js web screenshot library without any webdriver dependency
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "shotsnap",
"version": "0.2.2",
"description": "Node.js web screenshot library without any webdriver dependency",
"main": "build/src/index.js",
"scripts": {
"test": "jest",
"build": "tsc",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/halitsever/shotsnap.git"
},
"keywords": [
"screenshot",
"ss",
"web",
"screen",
"capture",
"shotsnap",
"snapshot",
"website",
"page"
],
"author": "Halit Sever <halitsever@protonmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/halitsever/shotsnap/issues"
},
"homepage": "https://github.com/halitsever/shotsnap#readme",
"dependencies": {
"@types/node": "^18.14.1",
"node-fetch": "^2.6.9",
"prettier": "^2.8.4"
},
"devDependencies": {
"@babel/preset-typescript": "^7.21.0",
"@jest/globals": "^29.4.3",
"@types/node-fetch": "^2.6.2",
"jest": "^29.4.3",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5",
"vitepress": "^1.0.0-rc.28"
}
}