{
    "name": "@presstencao/convert_file",
    "version": "1.2.5",
    "main": "index.js",
    "scripts": {
        "test": "jest --coverage",
        "deploy": "npm publish --access public ",
        "publish": "npm publish --access public",
        "git": "git add . && git commit -m 'update' && npm version patch && git push -u origin main --tags"
    },
    "workspaces": [
        "/*"
    ],
    "keywords": [
        "csv",
        "txt",
        "convert",
        "file",
        "converter",
        "converter",
        "conversor"
    ],
    "files": [
        "index.js",
        "package.json"
    ],
    "author": "presstencao",
    "license": "MIT",
    "description": "",
    "dependencies": {
        "express": "^4.21.2",
        "fs": "^0.0.1-security",
        "progress": "^2.0.3"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/fabiopasilva1/convert_file"
    },
    "bugs": {
        "url": "https://github.com/fabiopasilva1/convert_file/issues"
    },
    "devDependencies": {
        "jest": "^29.7.0"
    },
    "packageManager": "yarn@4.6.0"
}
