@healthstreet/fms-api-client
Version:
A FileMaker Data API client designed to allow easier interaction with a FileMaker database from a web environment. Particularly in a distributed compute environment such as AWS Lambda.
88 lines (87 loc) • 2.87 kB
JSON
{
"name": "@healthstreet/fms-api-client",
"version": "2.2.6",
"description": "A FileMaker Data API client designed to allow easier interaction with a FileMaker database from a web environment. Particularly in a distributed compute environment such as AWS Lambda.",
"main": "index.js",
"scripts": {
"test": "snyk test && nyc _mocha --recursive ./test --timeout=15000 --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, Will Slaughter",
"license": "MIT",
"bugs": {
"url": "https://github.com/Health-Street/fms-api-client/issues"
},
"mos": {
"plugins": [
"execute"
]
},
"homepage": "https://github.com/Health-Street/fms-api-client",
"dependencies": {
"axios": "^0.19.0",
"axios-cookiejar-support": "^0.5.1",
"form-data": "^3.0.0",
"into-stream": "^5.1.1",
"lodash": "^4.17.15",
"marpat": "^3.0.0",
"mime-types": "^2.1.25",
"moment": "^2.24.0",
"object-sizeof": "^1.5.2",
"prettysize": "^2.0.0",
"snyk": "^1.260.0",
"stream-to-array": "^2.3.0",
"tough-cookie": "^3.0.1",
"uuid": "^3.3.3"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.9",
"deep-map": "^2.0.0",
"dotenv": "^8.2.0",
"es6-weak-map": "^2.0.3",
"eslint": "^6.7.2",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"fs-extra": "^8.1.0",
"http-proxy": "^1.18.0",
"jsdoc": "^3.6.3",
"jsdoc-to-markdown": "^5.0.3",
"minami": "^1.2.3",
"mocha": "^6.2.2",
"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": "^14.1.1",
"prettier": "^1.19.1",
"sinon": "^7.5.0",
"varium": "^2.0.6"
},
"snyk": true
}