{
    "name": "canvas-hypertxt",
    "version": "1.0.3",
    "description": "The fastest way to layout wrapped text on a HTML5 canvas",
    "sideEffects": false,
    "type": "module",
    "files": [
        "dist",
        "test"
    ],
    "browser": "dist/js/index.js",
    "main": "dist/cjs/index.cjs",
    "module": "dist/js/index.js",
    "types": "dist/ts/src/index.d.ts",
    "exports": {
        "import": "./dist/js/index.js",
        "require": "./dist/cjs/index.cjs",
        "types": "./dist/ts/src/index.d.ts"
    },
    "scripts": {
        "build": "node build.cjs && tsc -p tsconfig.types.json",
        "test": "jest",
        "lint": "eslint src --ext .ts,.tsx",
        "storybook": "start-storybook -p 6006",
        "build-storybook": "build-storybook -o storybook-build/"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/glideapps/canvas-hypertxt.git"
    },
    "keywords": [
        "html5",
        "canvas",
        "text",
        "font",
        "layout",
        "multiline",
        "wrapping",
        "wrap",
        "alignment"
    ],
    "author": "Glide",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/glideapps/canvas-hypertxt/issues"
    },
    "homepage": "https://github.com/glideapps/canvas-hypertxt#readme",
    "devDependencies": {
        "@babel/core": "^7.18.6",
        "@babel/preset-env": "^7.18.6",
        "@babel/preset-react": "^7.18.6",
        "@storybook/addon-actions": "^6.5.9",
        "@storybook/addon-essentials": "^6.5.9",
        "@storybook/addon-interactions": "^6.5.9",
        "@storybook/addon-links": "^6.5.9",
        "@storybook/builder-webpack4": "^6.5.9",
        "@storybook/manager-webpack4": "^6.5.9",
        "@storybook/react": "^6.5.9",
        "@storybook/testing-library": "0.0.13",
        "@testing-library/jest-dom": "^5.16.4",
        "@testing-library/react": "^13.3.0",
        "@types/canvas-multiline-text": "^1.0.0",
        "@types/canvas-txt": "^3.0.0",
        "@types/jest": "^28.1.3",
        "@typescript-eslint/eslint-plugin": "^5.30.5",
        "@typescript-eslint/parser": "^5.30.5",
        "@typescript-eslint/typescript-estree": "^5.30.5",
        "babel-loader": "^8.2.5",
        "canvas-multiline-text": "^1.0.3",
        "canvas-txt": "^3.0.0",
        "esbuild": "^0.14.47",
        "eslint": "^8.19.0",
        "eslint-plugin-import": "^2.26.0",
        "eslint-plugin-react": "^7.30.1",
        "eslint-plugin-react-hooks": "^4.6.0",
        "eslint-plugin-sonarjs": "^0.13.0",
        "eslint-plugin-unicorn": "^43.0.1",
        "jest": "^28.1.1",
        "jest-canvas-mock": "^2.4.0",
        "jest-environment-jsdom": "^28.1.1",
        "linebreak": "^1.1.0",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "ts-jest": "^28.0.5",
        "typescript": "^4.7.4"
    },
    "dependencies": {}
}
