Files
oneuptime/api-docs/package.json
2020-05-24 08:42:17 +02:00

34 lines
1012 B
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": {
"ejs": "^3.0.1",
"express": "^4.17.1",
"path": "^0.12.7"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"no test required\"",
"audit": "npm-audit-ci-wrapper --threshold=high",
"dep-check": "depcheck ./ --skip-missing=true --ignores='babel-*,browserslist,loadable-components,js-uuid,acorn,@beam-australia/react-env'"
},
"devDependencies": {
"depcheck": "^0.9.2",
"nodemon": "^2.0.2",
"npm-audit-ci-wrapper": "^2.5.1"
}
}