@matech/thebigpos-sdk
Version:
45 lines (44 loc) • 1.26 kB
JSON
{
"name": "@matech/thebigpos-sdk",
"version": "2.41.0-rc1",
"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.15.2"
},
"devDependencies": {
"esbuild": "^0.27.0",
"husky": "^9.1.5",
"rimraf": "6.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"resolutions": {
"diff": "^4.0.4",
"brace-expansion": "^5.0.5",
"follow-redirects": "^1.16.0"
}
}