kalp-dolasim/package.json

24 lines
546 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
}
}