mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
32 lines
836 B
JSON
Executable File
32 lines
836 B
JSON
Executable File
{
|
|
"name": "fyipe-api-docs",
|
|
"version": "3.0.2457",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.2",
|
|
"npm-audit-ci-wrapper": "^2.4.3"
|
|
}
|
|
}
|