UNPKG

fms-admin-client

Version:

A client designed to provide a framework for interactions with FileMaker Server Admin Tools.

70 lines (69 loc) 1.95 kB
{ "name": "fms-admin-client", "version": "0.2.0", "description": "A client designed to provide a framework for interactions with FileMaker Server Admin Tools.", "main": "index.js", "scripts": { "test": "nyc _mocha --recursive ./tests --timeout=30000 && npm run coverage", "test": "nyc _mocha --recursive ./tests --timeout=30000 && npm run coverage", "coverage": "nyc report --reporter=text-lcov | coveralls", "report": "nyc report --reporter=html", "generate-docs": "mos && node_modules/.bin/jsdoc --configure .jsdoc.js --verbose", "examples": "node ./examples" }, "repository": { "type": "git", "url": "git+https://Luidog@github.com/Luidog/fms-admin-client.git" }, "keywords": [ "FileMaker", "marpat", "node", "admin", "api", "migration", "cli" ], "author": "Lui de la Parra", "license": "MIT", "bugs": { "url": "https://github.com/Luidog/fms-admin-client/issues" }, "homepage": "https://github.com/Luidog/fms-admin-client#readme", "mos": { "plugins": [ "execute" ] }, "devDependencies": { "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "colors": "^1.2.1", "coveralls": "^3.0.1", "dotenv": "^5.0.1", "eslint": "^4.11.0", "eslint-config-google": "^0.9.1", "eslint-config-prettier": "^2.7.0", "eslint-plugin-prettier": "^2.3.1", "jsdoc": "^3.5.5", "minami": "^1.2.3", "mocha": "^5.0.4", "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": "^11.8.0", "prettier": "^1.8.2", "varium": "^1.0.1" }, "dependencies": { "fs-extra": "^6.0.1", "child-process-promise": "^2.2.1", "lodash": "^4.17.10", "marpat": "1.18.2", "string-to-stream": "^1.1.1" } }