{
    "name": "@violetics/canvas",
    "version": "1.0.0",
    "description": "Canvas API Wrapper for https://violetics.pw/api/canvas",
    "main": "src/index.js",
    "scripts": {
        "start": "node src",
        "test": "node test/example.test.js",
        "prettier": "prettier -w ."
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Violetics/canvas.git"
    },
    "keywords": [
        "violetics",
        "canvas",
        "wrapper",
        "api",
        "image",
        "manipulation"
    ],
    "author": "Violetics",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/Violetics/canvas/issues"
    },
    "homepage": "https://github.com/Violetics/canvas#readme",
    "dependencies": {
        "axios": "^0.26.1",
        "file-type": "^16.5.3",
        "form-data": "^4.0.0",
        "path": "^0.12.7"
    },
    "devDependencies": {
        "prettier": "^2.6.0"
    }
}
