mercadopago
Version:
Mercadopago SDK for Node.js
56 lines (55 loc) • 1.43 kB
JSON
{
"name": "mercadopago",
"version": "3.3.0",
"description": "Mercadopago SDK for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc --build tsconfig.production.json && tsc-alias -p tsconfig.production.json",
"test": "jest",
"test:e2e": "jest --config e2e/jest.config.ts",
"lint": "eslint 'src/**/*.{ts,tsx}' 'src/examples/**/*.{ts,tsx}' --cache",
"lint:fix": "eslint --fix --ext .ts src src/examples",
"exec": "node_modules/.bin/ts-node -r tsconfig-paths/register",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mercadopago/sdk-nodejs.git"
},
"keywords": [
"api",
"mercadopago",
"checkout",
"payment",
"ipn",
"sdk",
"integration"
],
"author": "Mercado Pago (https://www.mercadopago.com/developers/en)",
"bugs": {
"url": "https://github.com/mercadopago/sdk-nodejs/issues"
},
"homepage": "https://github.com/mercadopago/sdk-nodejs#readme",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^26.1.1",
"@typescript-eslint/eslint-plugin": "^8.63.0",
"@typescript-eslint/parser": "^8.63.0",
"eslint": "^10.7.0",
"husky": "^9.1.7",
"jest": "^30.4.2",
"ts-jest": "^29.4.11",
"ts-node": "^10.9.2",
"tsc-alias": "^1.9.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.3"
},
"files": [
"dist"
],
"dependencies": {}
}