Numex yayın: package.json
This commit is contained in:
parent
a23f00051a
commit
5858497d9a
23
package.json
Normal file
23
package.json
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "kalp-dolasim-simulasyonu",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "İnsan kalbi, damar (dolaşım) ve sinir sistemi canlı simülasyonu. Kalp atış hızı aktiviteye (otur/hafif koşu/hızlı koşu) göre değişir.",
|
||||||
|
"main": "server.js",
|
||||||
|
"scripts": {
|
||||||
|
"start": "node server.js",
|
||||||
|
"dev": "node server.js"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"kalp",
|
||||||
|
"dolasim",
|
||||||
|
"sinir-sistemi",
|
||||||
|
"simulasyon",
|
||||||
|
"canvas",
|
||||||
|
"animasyon"
|
||||||
|
],
|
||||||
|
"author": "Numex AI",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"express": "^4.19.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user