{
    "name": "@bilberrry/strapi-plugin-link-finder",
    "version": "1.0.1",
    "description": "A custom field for Strapi, allowing you find URLs.",
    "repository": {
        "type": "git",
        "url": "https://github.com/bilberrry/strapi-plugin-link-finder.git"
    },
    "bugs": {
        "url": "https://github.com/bilberrry/strapi-plugin-link-finder/issues"
    },
    "homepage": "https://github.com/bilberrry/strapi-plugin-link-finder",
    "strapi": {
        "name": "link-finder",
        "description": "A custom field for Strapi, allowing you find URLs.",
        "kind": "plugin",
        "displayName": "Link Finder"
    },
    "keywords": [
        "strapi",
        "strapi-plugin",
        "strapi-plugin-link-finder",
        "link-finder",
        "strapi-link-finder",
        "strapi-custom-field"
    ],
    "dependencies": {
        "@strapi/design-system": "^1.6.3",
        "@strapi/helper-plugin": "^4.6.0",
        "@strapi/icons": "^1.6.3",
        "@strapi/strapi": "^4.25.3",
        "axios": "^1.4.0",
        "prop-types": "^15.7.2"
    },
    "devDependencies": {
        "@strapi/typescript-utils": "^4.6.0",
        "@types/react": "^17.0.53",
        "@types/react-dom": "^18.0.28",
        "@types/react-router-dom": "^5.3.3",
        "@types/styled-components": "^5.1.32",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "react-router-dom": "^5.3.4",
        "styled-components": "^5.3.6",
        "typescript": "5.0.4",
        "@typescript-eslint/eslint-plugin": "^7.0.2",
        "@typescript-eslint/parser": "^7.0.2",
        "eslint": "^8.57.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-import-resolver-typescript": "^3.6.1",
        "eslint-plugin-import": "^2.29.1",
        "eslint-plugin-prettier": "^5.1.3",
        "prettier": "^3.2.5"
    },
    "peerDependencies": {
        "react": "^17.0.0 || ^18.0.0",
        "react-dom": "^17.0.0 || ^18.0.0",
        "react-router-dom": "^5.2.0",
        "styled-components": "^5.2.1"
    },
    "author": {
        "name": "Bohdan Protsiuk"
    },
    "maintainers": [
        {
            "name": "Bohdan Protsiuk"
        }
    ],
    "engines": {
        "node": ">=18.0.0 <=20.x.x",
        "npm": ">=6.0.0"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/",
        "access": "public"
    },
    "scripts": {
        "develop": "tsc -p tsconfig.server.json -w",
        "build": "tsc -p tsconfig.server.json",
        "lint": "eslint \"**/*.{js,ts}\"",
        "lint:fix": "yarn lint --fix"
    },
    "license": "MIT",
    "files": [
        "admin",
        "dist/server",
        "deps.d.ts",
        "package.json",
        "README.md",
        "strapi-admin.js",
        "strapi-server.js",
        "tsconfig.json",
        "types.d.ts"
    ]
}
