UNPKG

outers

Version:

outers - a all in one package for your day to day use

53 lines (52 loc) 1.24 kB
{ "name": "outers", "version": "8.6.7", "description": "outers - a all in one package for your day to day use", "main": "./lib/Config/outer.js", "types": "./lib/Config/outer.d.ts", "scripts": { "test": "eslint source/**/*.ts --fix", "build": "tsc", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git://github.com/AnkanSaha/outers.git" }, "keywords": [ "outer", "outer package", "outer library", "console", "log", "logger", "log to console", "log to console in color" ], "author": "Ankan Saha", "license": "MIT", "devDependencies": { "@types/crypto-js": "^4.2.1", "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.5", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "eslint": "^8.57.0", "typescript": "^5.3.3" }, "sponsor": { "url": "https://github.com/sponsors/AnkanSaha" }, "funding": { "type": "git", "url": "https://github.com/sponsors/AnkanSaha" }, "dependencies": { "crypto-js": "^4.2.0", "express": "^4.21.1", "jsonwebtoken": "^9.0.2", "mongosuper": "^4.5.8", "ws": "^8.18.0" } }