pikaso
Version:
Seamless, Fully-typed and Fully-tested HTML5 Canvas Library
110 lines (109 loc) • 2.93 kB
JSON
{
"name": "pikaso",
"version": "3.0.3",
"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": "^10.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.29.0",
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"@eslint/compat": "^2.0.2",
"@eslint/eslintrc": "^3.3.4",
"@eslint/js": "^9.39.3",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.3.0",
"@types/jest": "^30.0.0",
"@types/jsdom": "^28.0.0",
"@types/node": "^25.3.0",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"babel-jest": "^30.2.0",
"canvas": "^3.2.1",
"cypress": "^15.11.0",
"datauri": "^4.1.0",
"eslint": "^9.39.3",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.3.0",
"husky": "^9.1.7",
"jest": "^30.2.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^30.2.0",
"jsdom": "^28.1.0",
"npm-run-all": "^4.1.5",
"pinst": "^3.0.0",
"prettier": "^3.8.1",
"rimraf": "^6.1.3",
"rollup": "^4.59.0",
"rollup-plugin-ignore": "^1.0.10",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typedoc": "^0.28.17",
"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"
]
}