UNPKG

@wedevelop/mindbody-client

Version:
48 lines (47 loc) 1.2 kB
{ "name": "@wedevelop/mindbody-client", "private": false, "version": "0.0.5", "description": "A MindBody v6 API Client", "main": "dist/index.js", "scripts": { "build": "npx babel src --out-dir dist", "start": "npx babel src --watch --out-dir dist", "cleanup": "rimraf ./dist", "prepublishOnly": "npm run cleanup && npm run build", "test": "jest" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/WeDevelop-ARG/mindbody-client.git" }, "keywords": [ "mindbody" ], "author": "WeDevelop LLC", "license": "MIT", "standard": { "parser": "babel-eslint" }, "devDependencies": { "@babel/cli": "^7.10.1", "@babel/core": "^7.10.2", "@babel/node": "^7.10.1", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", "@babel/plugin-proposal-optional-chaining": "^7.10.1", "@babel/preset-env": "^7.10.2", "babel-eslint": "^10.1.0", "babel-plugin-root-import": "^6.5.0", "jest": "^26.0.1", "np": "^6.2.4", "rimraf": "^3.0.2", "standard": "^14.3.4" }, "dependencies": { "axios": "^0.19.2", "lodash": "^4.17.15" } }