{ "name": "sugarnode-ts", "version": "1.0.0", "description": "A fast-easy way to learn or use nodejs to create your own (web) server", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "build-example": "tsc -p tsconfigExample.json", "clean": "tsc --build --clean", "watch": "tsc --watch", "start": "node dist/main.js" }, "keywords": [ "Node", "NodeJs", "MVC", "Syntactic", "sugar" ], "author": "HonorLee", "license": "MIT", "devDependencies": { "@types/formidable": "^2.0.5", "@types/memcached": "^2.2.7", "@types/mongodb": "^4.0.7", "@types/mysql": "^2.15.21", "@types/node": "^18.0.0", "@types/redis": "^4.0.11", "@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/parser": "^5.29.0", "eslint": "^8.18.0", "typescript": "^4.7.4" }, "dependencies": { "colors": "^1.4.0", "ejs": "^3.1.8", "formidable": "^2.0.1", "fs-extra": "^10.1.0", "klaw-sync": "^6.0.0", "memcached": "^2.2.2", "mongodb": "^4.7.0", "mysql": "^2.18.1", "redis": "^4.1.0", "request": "^2.88.2", "tracer": "^1.1.6" } }