UNPKG

html-screen-capture-js

Version:
76 lines (75 loc) 2.58 kB
{ "name": "html-screen-capture-js", "version": "2.0.8", "description": "HTML Screen Capture JS", "keywords": [ "html", "dom", "screen", "capture", "image", "js", "javascript", "ts", "typescript" ], "homepage": "https://github.com/html-screen-capture-js/html-screen-capture-js", "bugs": "https://github.com/html-screen-capture-js/html-screen-capture-js/issues", "license": "MIT", "author": "Uri Kalish <uri.kalish@gmail.com> (https://github.com/urikalish)", "contributors": [ "Uri Kalish <uri.kalish@gmail.com> (https://github.com/urikalish)", "Gal Malachi (https://github.com/gal1419)", "alimovz (https://github.com/alimovz)" ], "files": [ "dist/html-screen-capture.*.js", "dist/html-screen-capture.*.js.map", "dist/types.d.ts", "dist/index.d.ts" ], "main": "dist/html-screen-capture.min.js", "module": "dist/html-screen-capture.esm.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/html-screen-capture-js/html-screen-capture-js" }, "scripts": { "format": "prettier --write \"src/**/*.ts\"", "lint": "eslint --fix src/**/*.ts", "compile": "tsc", "bundle-dev": "rollup -c --environment build:development", "bundle-prod": "rollup -c --environment build:production", "bundle": "yarn bundle-dev && yarn bundle-prod", "build": "yarn compile && yarn bundle", "full": "yarn format && yarn lint && yarn build" }, "husky": { "hooks": { "pre-commit": "yarn lint", "pre-push": "" } }, "devDependencies": { "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^10.0.0", "@rollup/plugin-replace": "^2.3.4", "@rollup/plugin-typescript": "^6.1.0", "@types/node": "^20.8.10", "@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/parser": "^6.9.1", "eslint": "^8.53.0", "husky": "^7.0.2", "prettier": "^3.0.3", "rollup": "^2.33.3", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.29.0", "tslib": "^2.6.0", "typescript": "^5.2.2", "yargs": "^16.1.1" }, "dependencies": {} }