Numex yayın: package.json
This commit is contained in:
parent
29de212f44
commit
5ac03cd6bf
15
package.json
Normal file
15
package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "canli-doviz",
|
||||
"version": "1.0.0",
|
||||
"description": "Canlı döviz kurları uygulaması",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"keywords": ["doviz", "kur", "canli"],
|
||||
"author": "Numex AI",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user