UNPKG

fms-api-client

Version:

A FileMaker Data API client designed to allow easier interaction with a FileMaker database from a web environment.

88 lines 2.78 kB
{ "name": "fms-api-client", "version": "2.3.4", "description": "A FileMaker Data API client designed to allow easier interaction with a FileMaker database from a web environment.", "main": "index.js", "scripts": { "test": "nyc _mocha --recursive ./test/*.test.js --timeout=40000 --exit", "coverage": "nyc report --reporter=text-lcov | coveralls", "report": "nyc report --reporter=html", "examples": "node examples/index.js", "update-results": "RESULTS=true npm run examples", "update-docs": "node_modules/.bin/jsdoc --configure .jsdoc.js --verbose", "update-readme": "jsdoc2md --template examples/templates/readme.hbs --partial \"examples/templates/partials/*.hbs\" --files \"src/**/*.js\" > README.md", "mos-inject": "npm run update-results && mos && npm run update-docs", "remove-mos": "node ./examples/services/regex.service.js", "generate-docs": "npm run update-readme && npm run mos-inject && npm run remove-mos", "snyk-protect": "snyk protect", "prepare": "npm run snyk-protect" }, "repository": { "type": "git", "url": "git+https://Luidog@github.com/Luidog/fms-api-client.git" }, "keywords": [ "FileMaker", "Data API", "REST", "Marpat" ], "author": "Lui de la Parra", "license": "MIT", "bugs": { "url": "https://github.com/Luidog/fms-api-client/issues" }, "mos": { "plugins": [ "execute" ] }, "homepage": "https://github.com/Luidog/fms-api-client", "dependencies": { "axios": "^0.19.2", "axios-cookiejar-support": "^1.0.0", "form-data": "^3.0.0", "into-stream": "^5.1.1", "lodash": "^4.17.15", "marpat": "^3.0.3", "mime-types": "^2.1.26", "moment": "^2.24.0", "object-sizeof": "^1.6.0", "prettysize": "^2.0.0", "snyk": "^1.305.1", "stream-to-array": "^2.3.0", "tough-cookie": "^4.0.0", "uuid": "^7.0.3" }, "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "coveralls": "^3.0.11", "deep-map": "^2.0.0", "dotenv": "^8.2.0", "es6-weak-map": "^2.0.3", "eslint": "^6.8.0", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-prettier": "^3.1.3", "fs-extra": "^9.0.0", "handlebars": "^4.7.6", "http-proxy": "^1.18.0", "jsdoc": "^3.6.4", "jsdoc-to-markdown": "^5.0.3", "minami": "^1.2.3", "mocha": "^7.1.1", "mocha-lcov-reporter": "^1.3.0", "mos": "^1.3.1", "mos-plugin-dependencies": "^2.2.2", "mos-plugin-execute": "^1.0.2", "mos-plugin-installation": "^1.2.2", "mos-plugin-license": "^1.2.2", "mos-plugin-snippet": "^2.1.3", "nyc": "^15.0.1", "prettier": "^2.0.4", "sinon": "^9.0.2", "varium": "^2.0.6" }, "snyk": true }