@bondsoftware/bondmx-sdk
Version:
53 lines (52 loc) • 1.33 kB
JSON
{
"name": "@bondsoftware/bondmx-sdk",
"version": "0.0.6",
"description": "BondMX SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"test": "jest --config jestconfig.json --coverage --no-cache --passWithNoTests",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"coverage": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bond-Software/bondmx-sdk.git"
},
"keywords": [
"Fetch",
"OpenGraph"
],
"author": "Benjamin C. Tehan <benjamin@bond.software>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bond-Software/bondmx-sdk/issues"
},
"homepage": "https://github.com/Bond-Software/bondmx-sdk#readme",
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.30",
"coveralls": "^3.1.0",
"istanbul-badges-readme": "^1.2.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.1",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.1.5"
},
"dependencies": {
"axios": "^0.21.1",
"html-entities": "^2.3.2",
"jwt-decode": "^3.1.2"
},
"directories": {
"lib": "lib"
}
}