rentdynamics
Version:
Package to help facilitate communicating with the Rent Dynamics API
52 lines (51 loc) • 1.24 kB
JSON
{
"name": "rentdynamics",
"version": "0.6.2",
"description": "Package to help facilitate communicating with the Rent Dynamics API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run tsc && npm run webpack",
"nsp": "nsp check",
"prepush": "npm run test",
"test": "jest",
"tsc": "tsc",
"webpack": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RentDynamics/rentdynamics-js.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"Rent",
"Dynamics"
],
"author": "Skyler Cain",
"license": "MIT",
"bugs": {
"url": "https://github.com/RentDynamics/rentdynamics-js/issues"
},
"homepage": "https://github.com/RentDynamics/rentdynamics-js#readme",
"devDependencies": {
"@types/chance": "^1.0.1",
"@types/jest": "^23.3.5",
"@types/jssha": "0.0.29",
"@types/node": "^10.12.18",
"chance": "^1.0.16",
"codecov": "3.0.0",
"husky": "0.14.3",
"jest": "^23.6.0",
"nsp": "3.2.1",
"ts-jest": "^23.10.4",
"typescript": "^3.1.3",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"cross-fetch": "3.0.0",
"jssha": "^2.3.1"
}
}