sdk-node-apis-efi
Version:
Module for integration with Efi Bank API
16 lines • 498 B
JSON
{
"name": "sdk-node-apis-efi-types",
"version": "1.0.1",
"author": "Efi Bank - Consultoria Técnica | João Lucas Alberto Muniz",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "node -e \"const fs = require('fs'); fs.rmSync('dist', { recursive: true, force: true });\" ",
"build": "npm run clean && tsc -p tsconfig.json",
"prepublishOnly": "npm run build"
},
"license": "MIT"
}