@matech/thebigpos-sdk
Version:
41 lines (40 loc) • 1.14 kB
JSON
{
"name": "@matech/thebigpos-sdk",
"version": "2.27.4-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 && browserify -p tinyify dist/index.js -s thebigpos > 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",
"browserify": "^17.0.0",
"tinyify": "^4.0.0"
},
"devDependencies": {
"husky": "^9.1.5",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}