{ "name": "content-security-service", "version": "1.0.0", "description": "Content security microservice for UGC moderation (WeChat msgSecCheck/imgSecCheck)", "main": "index.js", "scripts": { "start": "node index.js", "dev": "node index.js", "test": "node --test test/" }, "dependencies": { "express": "^5.2.1", "multer": "^2.1.1" } }