{ "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", "dev": "nodemon --watch source/ -e ts,tsx,js --exec \"tsc && node dist/main.js\"", "start": "node dist/main.js" }, "keywords": [ "Node", "NodeJs", "MVC", "Syntactic", "sugar" ], "author": "HonorLee", "license": "MIT", "devDependencies": { "@types/formidable": "^2.0.5", "@types/md5": "^2.3.2", "@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", "@types/request": "^2.48.8", "@types/sha1": "^1.1.3", "@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/parser": "^5.29.0", "eslint": "^8.18.0", "typescript": "^4.7.4" }, "dependencies": { "@types/crypto-js": "^4.1.1", "aliyun-api-gateway": "^1.1.6", "colors": "^1.4.0", "crypto-js": "^4.1.1", "dotenv": "^16.0.2", "ejs": "^3.1.8", "formidable": "^2.0.1", "fs-extra": "^10.1.0", "klaw-sync": "^6.0.0", "md5": "^2.3.0", "memcached": "^2.2.2", "moment": "^2.29.4", "mongodb": "^4.7.0", "mysql": "^2.18.1", "redis": "^4.1.0", "request": "^2.88.2", "sha1": "^1.1.1", "tracer": "^1.1.6", "xml2js": "^0.4.23" } }