animax-langs
Version:
Modern ve özgün web uygulama geliştirme çerçevesi
30 lines • 712 B
JSON
{
"name": "animax-framework",
"version": "1.0.8",
"description": "Modern ve özgün web uygulama geliştirme çerçevesi",
"main": "src/index.js",
"bin": {
"animax": "./bin/cli.js"
},
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "jest",
"link": "npm link"
},
"keywords": ["web", "framework", "max", "maxt", "animax"],
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"chokidar": "^3.5.3",
"commander": "^11.0.0",
"chalk": "^4.1.2",
"fs-extra": "^11.1.1",
"glob": "^10.3.10"
},
"devDependencies": {
"nodemon": "^3.0.1",
"jest": "^29.7.0"
}
}