oneuptime/Zapier/package.json
Nawaz Dhandala a981683d81
fix
2022-04-10 22:50:28 +01:00

34 lines
1.0 KiB
JSON
Executable File

{
"name": "zapier",
"version": "3.0.18",
"description": "OneUptime is an automation tool that helps you monitor the performance and downtime of your APIs and Web apps.",
"homepage": "https://oneuptime.com",
"author": "HackerBay <hello@hackerbay.io>",
"license": "MIT",
"main": "index.ts",
"scripts": {
"compile": "tsc",
"preinstall": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
"test": "mocha --recursive",
"audit": "npm audit --audit-level=low",
"dep-check": "depcheck ./ --skip-missing=true --ignores='babel-*'"
},
"engine": {
"node": "6.10.3",
"npm": ">=3.10.10"
},
"resolutions": {},
"type": "module",
"dependencies": {
"zapier-platform-core": "^11.3.3"
},
"devDependencies": {
"babel-preset-react": "^6.24.1",
"depcheck": "^1.4.3",
"mocha": "^9.2.2",
"npm-force-resolutions": "0.0.10",
"should": "13.2.3",
"ts-node-dev": "^1.1.8"
}
}