oneuptime/api-docs/package.json
2022-02-09 22:13:12 +00:00

40 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/OneUptime/api-docs.git"
},
"author": "HackerBay, Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/oneuptime/api-docs/issues"
},
"homepage": "https://github.com/oneuptime/api-docs#readme",
"dependencies": {
"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"
}
}