Files
oneuptime/api-docs/package.json
adeoluwadavid 974079db30 api-docs-fix
2020-12-30 10:57:51 +01:00

38 lines
1.1 KiB
JSON
Executable File

{
"name": "fyipe-api-docs",
"version": "3.0.0",
"description": "fyipe api refernce",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Fyipe/api-docs.git"
},
"author": "RT Bathula",
"license": "ISC",
"bugs": {
"url": "https://github.com/fyipe/api-docs/issues"
},
"homepage": "https://github.com/fyipe/api-docs#readme",
"dependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"ejs": "^3.1.3",
"express": "^4.17.1",
"mocha": "^8.2.1",
"path": "^0.12.7"
},
"scripts": {
"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,loadable-components,js-uuid,acorn,@beam-australia/react-env'"
},
"devDependencies": {
"depcheck": "^0.9.2",
"nodemon": "^2.0.2"
}
}