UNPKG

cowboy-framework

Version:

Modern ve özgün web uygulama geliştirme çerçevesi

38 lines (37 loc) 783 B
{ "name": "cowboy-framework", "version": "0.0.1", "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", "cowboy" ], "author": "", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "chokidar": "^3.5.3", "commander": "^11.0.0", "cowboy-framework": "^0.0.1-demo", "express": "^4.18.2", "fs-extra": "^11.1.1", "glob": "^10.3.10" }, "devDependencies": { "jest": "^29.7.0", "nodemon": "^3.0.1" } }