UNPKG

@matech/thebigpos-sdk

Version:
40 lines (39 loc) 1.15 kB
{ "name": "@matech/thebigpos-sdk", "version": "2.29.1", "description": "The Big POS Typescript SDK", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rimraf dist && tsc", "test": "mocha -r ts-node/register 'src/api_test.spec.ts' --exit", "browserify": "tsc && esbuild dist/index.js --bundle --minify --sourcemap --global-name=thebigpos --outfile=dist/thebigpos.min.js", "prepare": "husky" }, "repository": { "type": "git", "url": "git+https://github.com/MortgageAutomationTechnologies/thebigpos-sdk-typescript.git" }, "keywords": [ "pos", "loans", "mortgage", "automation" ], "author": "Mortgage Automation Technologies", "license": "MIT", "bugs": { "url": "https://github.com/MortgageAutomationTechnologies/thebigpos-sdk-typescript/issues" }, "homepage": "https://github.com/MortgageAutomationTechnologies/thebigpos-sdk-typescript#readme", "dependencies": { "axios": "^1.7.7" }, "devDependencies": { "esbuild": "^0.27.0", "husky": "^9.1.5", "rimraf": "6.1.1", "ts-node": "^10.9.2", "typescript": "^5.5.4" } }