{
    "name": "local-image-test-core",
    "version": "4.17.0",
    "description": "Pixelbin Core SDK helps you integrate Pixelbin with your Frontend JS Application.",
    "scripts": {
        "test": "jest"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/pixelbin-dev/pixelbin-core.git"
    },
    "dependencies": {
        "form-data": "4.0.0",
        "@babel/runtime": "7.22.15",
        "fetch-ponyfill": "7.1.0"
    },
    "devDependencies": {
        "@babel/core": "7.22.17",
        "@babel/plugin-transform-runtime": "7.22.15",
        "@babel/preset-env": "7.20.2",
        "babel-loader": "9.1.3",
        "webpack": "5.88.2",
        "regenerator-runtime": "0.14.0",
        "jest": "27.5.1"
    },
    "author": "Pixelbin",
    "main": "./lib/cjs/pixelbin.js",
    "module": "./lib/esm/pixelbin.js",
    "files": [
        "dist",
        "lib",
        "README.md"
    ],
    "license": "MIT"
}
