UNPKG

seniorvu-sdk

Version:

JS wrapper SDK for the SeniorVu web API

85 lines (84 loc) 2.25 kB
{ "name": "seniorvu-sdk", "version": "3.0.1", "description": "JS wrapper SDK for the SeniorVu web API", "main": "dist/seniorvu.cjs.js", "module": "dist/seniorvu.esm.js", "scripts": { "start": "webpack && xo && ava && doctoc README.md --github", "clean": "rimraf generated/* dist/*", "lint": "xo", "test": "npm run build && ava", "dev:test": "npm run test -- --watch", "build": "rollup -c", "dev": "rollup -c -w", "toc": "doctoc README.md --github", "debug": "node --inspect node_modules/ava/profile.js", "cover": "npm run build && nyc --reporter=html --reporter=text ava", "cover:watch": "onchange 'src/**/*.js' 'test/**' -- npm run cover" }, "repository": { "type": "git", "url": "git+https://github.com/softvu/seniorvu-sdk.git" }, "keywords": [ "seniorvu", "senior", "senior living", "assisted living" ], "author": "SeniorVu LLC", "license": "MIT", "bugs": { "url": "https://github.com/softvu/seniorvu-sdk/issues" }, "homepage": "https://github.com/softvu/seniorvu-sdk#readme", "devDependencies": { "ava": "^1.0.1", "buble": "^0.19.6", "coveralls": "^3.0.2", "doctoc": "^1.3.0", "eslint": "^5.12.0", "eslint-config-xo-space": "^0.16.0", "handlebars": "^4.0.10", "lodash": "^4.17.11", "nock": "^9.6.1", "npm-run-all": "^4.0.2", "nyc": "^13.1.0", "onchange": "^5.2.0", "rollup": "^1.0.2", "rollup-plugin-buble": "^0.19.6", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-filesize": "^6.0.0", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-node-resolve": "^4.0.0", "rollup-plugin-terser": "^4.0.1", "rollup-plugin-visualizer": "^0.9.2", "sirv-cli": "^0.2.3", "xo": "^0.23.0" }, "dependencies": { "axios": "^0.16.2" }, "xo": { "space": true, "extends": "xo-space/esnext", "rules": { "capitalized-comments": 0, "curly": [ "error", "multi-line" ], "object-curly-spacing": [ "error", "always" ], "comma-dangle": [ "error", "always-multiline" ] } } }