mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
33 lines
969 B
JSON
Executable File
33 lines
969 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.1.3",
|
|
"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 --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"
|
|
}
|
|
}
|