{
  "name": "@mercadopago/sdk-js",
  "version": "0.0.3",
  "description": "Mercadopago SDK JS",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "jsnext:main": "dist/index.js",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mercadopago/sdk-js.git"
  },
  "bugs": {
    "url": "https://github.com/mercadopago/sdk-js/issues"
  },
  "scripts": {
    "build": "rm -rf ./dist && tsc -b ./tsconfig.json",
    "dev": "tsc -c -w",
    "test": "node test/test.js",
    "pretest": "npm run build"
  },
  "devDependencies": {
    "ts-loader": "^9.4.2",
    "tslib": "^2.4.1",
    "typescript": "^4.9.4"
  },
  "author": "MercadoPago (https://www.mercadopago.com/developers)",
  "license": "Apache-2.0"
}
