{
    "name": "svg-text-in-shape",
    "version": "1.0.2",
    "description": "A simple tool for wrapping text in an svg shape",
    "main": "build/index.js",
    "dependencies": {},
    "devDependencies": {
        "@babel/core": "^7.11.6",
        "@babel/preset-env": "^7.15.4",
        "babel-jest": "^26.3.0",
        "babel-loader": "^8.2.2",
        "cypress": "^5.1.0",
        "jest": "^26.6.3",
        "jest-canvas-mock": "^2.2.0",
        "jest-cli": "^24.8.0",
        "jest-css-modules": "^2.1.0",
        "jest-puppeteer": "^4.4.0",
        "puppeteer": "^5.2.1",
        "webpack": "^5.52.0",
        "webpack-cli": "^3.3.12"
    },
    "scripts": {
        "test": "npm run test-unit && npm run test-integration",
        "test-unit": "jest --config __tests__/jest.config.unit.js",
        "test-integration": "webpack --config-name 'test-integration' && jest --config '__tests__/jest.config.integration.js'",
        "build": "webpack --mode production --display-modules --config-name 'build'",
        "watch": "webpack --mode development --watch --config-name 'build'"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/crispinanderson/svg-text-in-shape.git"
    },
    "keywords": [
        "svg",
        "text",
        "wrap"
    ],
    "author": "Crispin Anderson",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/crispinanderson/svg-text-in-shape/issues"
    },
    "homepage": "https://github.com/crispinanderson/svg-text-in-shape#readme"
}