Files
oneuptime/api-docs/package.json
Nawaz Dhandala 88b234f903 change authors
2022-01-24 19:50:37 +00:00

43 lines
1.3 KiB
JSON
Executable File

{
"name": "oneuptime-api-docs",
"version": "3.0.0",
"description": "oneuptime api refernce",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Fyipe/api-docs.git"
},
"author": "HackerBay, Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/fyipe/api-docs/issues"
},
"homepage": "https://github.com/fyipe/api-docs#readme",
"dependencies": {
"@sentry/node": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"ejs": "^3.1.6",
"express": "^4.17.2",
"mocha": "^9.1.3",
"path": "^0.12.7"
},
"scripts": {
"preinstall": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
"start": "node server.js",
"dev": "nodemon server.js",
"test": "cross-env NODE_ENV=development mocha --exit test/index.js",
"audit": "npm audit --audit-level=low",
"dep-check": "depcheck ./ --skip-missing=true --ignores='babel-*,browserslist,ejs,path'"
},
"resolutions": {},
"devDependencies": {
"depcheck": "^1.4.3",
"nodemon": "^2.0.15",
"npm-force-resolutions": "0.0.10"
}
}