UNPKG

checkfront

Version:

Node module for the Checkfront API http://api.checkfront.com/

41 lines (40 loc) 1.07 kB
{ "name": "checkfront", "version": "0.0.3", "description": "Node module for the Checkfront API http://api.checkfront.com/", "main": "index.js", "repository": "git@github.com:gonber/node-checkfront.git", "author": "gonber <goncalobernardo@gmail.com>", "license": "MIT", "keywords": [ "Booking", "Reservation" ], "engines": { "node": ">=8.10.0" }, "scripts": { "setup": "node dev-setup.js", "test": "jest .+\\.test\\.js", "testing": "jest --watch .+\\.test\\.js", "test-scenario": "jest .+\\.scenario\\.js", "coverage": "jest --coverage --no-cache .+\\.test\\.js", "lint": "eslint --max-warnings=0 --fix ." }, "dependencies": { "ajv": "^6.10.2", "request": "^2.88.0", "request-promise-native": "^1.0.8" }, "devDependencies": { "dotenv": "^8.2.0", "eslint": "^6.7.2", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.19.1", "fs-extra": "^8.1.0", "jest": "^24.9.0", "jest-extended": "^0.11.2", "lodash": "^4.17.15", "prompts": "^2.3.0" } }