@tucupy-tecnologia/cielo-ecommerce-sdk-unofficial
Version:
SDK Não Oficial para interagir com a API Cielo E-commerce usando Bun/Node.js
61 lines (60 loc) • 1.64 kB
JSON
{
"name": "@tucupy-tecnologia/cielo-ecommerce-sdk-unofficial",
"type": "module",
"version": "1.3.0",
"description": "SDK Não Oficial para interagir com a API Cielo E-commerce usando Bun/Node.js",
"author": "Tucupy Tecnologia <contato@tucupy.com>",
"license": "MIT",
"homepage": "www.tucupy.com.br",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist",
"build": "bun run clean && bun build ./src/index.ts --outdir ./dist --target node && bun run build:declaration",
"build:declaration": "tsc --emitDeclarationOnly",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tucupy-Tecnologia/cielo-ecommerce-sdk-unofficial.git"
},
"bugs": {
"url": "https://github.com/Tucupy-Tecnologia/cielo-ecommerce-sdk-unofficial/issues"
},
"keywords": [
"cielo",
"sdk",
"ecommerce",
"bun",
"nodejs"
],
"private": false,
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@types/bun": "latest",
"conventional-changelog-conventionalcommits": "^8.0.0",
"semantic-release": "^24.2.3"
},
"peerDependencies": {
"typescript": "^5"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"LICENSE",
"README.md"
]
}