{
    "name": "@vwp/cielo-node",
    "description": "Cielo API v3.0.0 SDK",
    "author": "Agência VWP <apps@viewup.com.br> (https://agenciavwp.com.br/beta/)",
    "version": "1.1.0",
    "keywords": [
        "gateway",
        "cielo",
        "pagamentos",
        "ecommerce",
        "node js cielo"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/vwp-agencia-digital/viewup-cielo-node.git"
    },
    "scripts": {
        "grunt": "grunt",
        "tsc": "tsc --watch",
        "tsc-build": "tsc",
        "app_test": "mocha test/ -s 20000 --timeout 15000 -u tdd --reporter list",
        "document": "mkdir -p ./docs && cp ./README.template.md ./README.md;docsify init --local  ./docs; echo \"## ÚLTIMOS COMMITS\" >> ./docs/README.md; git log -1 -2 -3 --date=format:'%d/%m/%Y %H horas %M minutos %S segundos' --pretty=format:'\n```\n %s\nHash: %h\nEmail: %ce\nName: %cN\nDate: %cd\n```' >> ./docs/README.md; rm -rf ./README.md",
        "change": "chmod 777 ./changelog.sh; ./changelog.sh",
        "build": "tsc && yarn run test",
        "dist": "chmod 777 ./changelog.sh; ./changelog.sh; chmod 777 ./dist.sh; ./dist.sh",
        "lib:publish": "chmod 777 ./changelog.sh; ./changelog.sh; chmod 777 ./dist.sh; ./dist.sh"
    },
    "main": "lib/index.js",
    "license": "MIT",
    "devDependencies": {
        "@types/axios": "^0.14.0",
        "@types/node": "^9.4.0",
        "@types/uniqid": "^4.1.2",
        "docsify": "^4.6.3",
        "docsify-cli": "^4.2.0",
        "grunt": "^1.0.1",
        "grunt-contrib-watch": "^1.0.0",
        "grunt-ts": "^6.0.0-beta.17",
        "grunt-tslint": "^5.0.1",
        "mocha": "^5.0.1",
        "should": "^13.2.1",
        "tslint": "^5.9.1",
        "typescript": "^2.7.1"
    },
    "dependencies": {
        "axios": "0.17.1",
        "moment": "2.20.1",
        "uniqid": "4.1.1"
    }
}