Numex yayın: package.json
This commit is contained in:
parent
e2087e6667
commit
bc43e3ea32
20
package.json
Normal file
20
package.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "nexusyazi",
|
||||
"version": "1.0.0",
|
||||
"description": "NexusYazı — modern, Word benzeri tarayıcı tabanlı kelime işlemci (zengin metin, otomatik kayıt, açık/koyu tema)",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "nodemon server.js",
|
||||
"test": "node scripts/smoke.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.1.9"
|
||||
},
|
||||
"keywords": ["kelime-islemci", "word", "richtext", "editor", "nosql", "localstorage"],
|
||||
"author": "Numex AI",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user