nexusyazi/package.json

21 lines
556 B
JSON
Raw Permalink 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": "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"
}
}