Numex yayın: package.json
This commit is contained in:
parent
f48fd4f907
commit
fd751022ee
22
package.json
Normal file
22
package.json
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"name": "mission-control",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Mission Control — Siber Sunucu DevOps İzleme Kokpiti (Express + Vanilla Canvas)",
|
||||||
|
"main": "server.js",
|
||||||
|
"scripts": {
|
||||||
|
"start": "node server.js",
|
||||||
|
"dev": "node server.js"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"dashboard",
|
||||||
|
"devops",
|
||||||
|
"monitoring",
|
||||||
|
"cyber",
|
||||||
|
"express"
|
||||||
|
],
|
||||||
|
"author": "Numex AI",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"express": "^4.19.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user