UNPKG

pikaso

Version:

Seamless, Fully-typed and Fully-tested HTML5 Canvas Library

112 lines (111 loc) 3.02 kB
{ "name": "pikaso", "version": "2.9.0", "description": "Seamless, Fully-typed and Fully-tested HTML5 Canvas Library", "author": "Ramin Mousavi <ramin@pikaso.app> (http://github.com/raminious)", "license": "MIT", "scripts": { "typecheck": "tsc", "commitlint": "commitlint", "typedoc": "typedoc", "test": "npm-run-all test:unit test:e2e --parallel", "test:unit": "jest", "test:e2e": "cypress run", "coverage": "jest --coverage", "_postinstall": "husky install", "prepublish": "pinst --disable", "postpublish": "pinst --enable", "clean": "rimraf lib && rimraf esm && rimraf umd", "build": "npm run clean && rollup -c --bundleConfigAsCjs" }, "dependencies": { "deepmerge": "^4.3.1", "konva": "^9.3.22" }, "devDependencies": { "@babel/preset-env": "^7.28.0", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@eslint/compat": "^1.3.1", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.32.0", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-inject": "^5.0.5", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.4", "@types/jest": "^30.0.0", "@types/jsdom": "^21.1.7", "@types/node": "^24.2.0", "@typescript-eslint/eslint-plugin": "^8.39.0", "@typescript-eslint/parser": "^8.39.0", "babel-jest": "^30.0.5", "canvas": "^3.1.2", "cypress": "^14.5.3", "datauri": "^4.1.0", "eslint": "^9.32.0", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.4", "eslint-import-resolver-webpack": "^0.13.10", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.5.3", "globals": "^16.3.0", "husky": "^9.1.7", "jest": "^30.0.5", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^30.0.5", "jsdom": "^26.1.0", "npm-run-all": "^4.1.5", "pinst": "^3.0.0", "prettier": "^3.6.2", "rimraf": "^6.0.1", "rollup": "^4.46.2", "rollup-plugin-ignore": "^1.0.10", "ts-jest": "^29.4.1", "ts-node": "^10.9.2", "tslib": "^2.8.1", "typedoc": "^0.28.9", "typescript": "^5.9.2" }, "keywords": [ "canvas", "drawing", "graphic", "crop", "rotate", "shape", "draw", "flip", "text", "pencil", "konva", "fabric" ], "browser": { "canvas": false, "jsdom": false }, "bugs": { "url": "https://github.com/pikasojs/pikaso/issues" }, "homepage": "https://pikaso.app", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git://github.com/pikasojs/pikaso.git" }, "typings": "esm/index.all.d.ts", "module": "esm/index.all.js", "main": "lib/index.node.all.js", "unpkg": "umd/pikaso.min.js", "sideEffects": false, "files": [ "esm", "lib", "umd", "LICENSE", "README" ] }