UNPKG

sixth-node

Version:
36 lines (35 loc) 882 B
{ "name": "sixth-node", "version": "1.0.8", "description": "", "main": "sixth.js", "type": "module", "scripts": { "start": "nodemon sixth.js" }, "repository": { "type": "git", "url": "git+https://github.com/SixHq/6thsense-node.git" }, "keywords": ["security", "cybersecurity", "encryption", "ddos-attack", "no rate limit attack"], "author": "sixth", "license": "ISC", "bugs": { "url": "https://github.com/SixHq/6thsense-node/issues" }, "homepage": "https://github.com/SixHq/6thsense-node#readme", "devDependencies": { "@types/express": "^4.17.17", "microbundle": "^0.15.1" }, "dependencies": { "axios": "^1.4.0", "crypto": "^1.0.1", "express": "^4.18.2", "lodash": "^4.17.21", "moment-timezone": "^0.5.43", "nodemon": "^2.0.22", "uuid": "^9.0.0", "express-list-endpoints": "^6.0.0" } }