oneuptime/zapier/package.json
2019-08-02 23:08:06 +05:30

32 lines
837 B
JSON
Executable File

{
"name": "fyipe_app",
"version": "1.0.8",
"description": "Fyipe is an automation tool that helps you monitor the performance and downtime of your APIs and Web apps.",
"homepage": "https://fyipe.com",
"author": "Olalekan Ayodele <longyarnz@gmail.com>",
"license": "MIT",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha --recursive",
"fix-lint": "eslint . --fix",
"audit": "npm-audit-ci-wrapper --threshold=high"
},
"engine": {
"node": "6.10.3",
"npm": ">=3.10.10"
},
"dependencies": {
"zapier-platform-core": "8.2.1"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"babel-preset-react": "^6.24.1",
"eslint": "^6.0.1",
"eslint-plugin-react": "^7.14.2",
"mocha": "^6.1.4",
"npm-audit-ci-wrapper": "^2.2.1",
"should": "11.2.1"
}
}