UNPKG

@prestamype/financial-functions

Version:
36 lines (35 loc) 1.02 kB
{ "name": "@prestamype/financial-functions", "version": "0.0.1", "description": "Implementación de funciones financieras", "main": "dist/", "module": "esm/", "scripts": { "build:cjs": "BABEL_ENV=cjs babel src --out-dir dist", "build:esm": "BABEL_ENV=esm babel src --out-dir esm", "build": "npm run build:cjs && npm run build:esm" }, "repository": { "type": "git", "url": "git+https://github.com/Info-Prestamype/financial-functions.git" }, "keywords": [ "payment-schedule", "TIR", "TCEA" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Info-Prestamype/financial-functions/issues" }, "homepage": "https://github.com/Info-Prestamype/financial-functions#readme", "devDependencies": { "@babel/cli": "^7.6.4", "@babel/core": "^7.6.4", "@babel/plugin-transform-block-scoping": "^7.6.3", "@babel/plugin-transform-modules-commonjs": "^7.6.0", "babel-plugin-add-module-exports": "^1.0.2" }, "dependencies": {} }