jsm-utilities
Version:
A utilities library.
84 lines (83 loc) • 2.21 kB
JSON
{
"name": "jsm-utilities",
"version": "1.1.41",
"description": "A utilities library.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint:src": "eslint 'src/**/*.ts'",
"lint:typing": "eslint 'typings/**/*.d.ts'",
"lint": "yarn lint:src && yarn lint:typing",
"lint:fix": "eslint ./src --fix",
"push": "git add . && git commit -m 'update' && git push",
"pub": "npm run build && npm run push && npm publish",
"up": "npm version patch && npm publish",
"libs": "yarn add jsm-logger@latest jsm-exceptions@latest jsm-typing@latest "
},
"repository": {
"type": "git",
"url": "git+https://github.com/reevosolutions/jsm-utilities.git"
},
"keywords": [
"tree",
"console",
"visualization",
"object",
"colorized",
"ansi",
"debug",
"utility"
],
"author": "Salmi Ahmed <reevo.solutions@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/reevosolutions/jsm-utilities/issues"
},
"homepage": "https://github.com/reevosolutions/jsm-utilities#readme",
"dependencies": {
"@types/lodash": "^4.17.14",
"ansi-code": "^1.0.2",
"argon2": "^0.41.1",
"axios": "^1.7.9",
"axios-retry": "^4.5.0",
"cheerio": "^1.0.0",
"colors": "^1.4.0",
"deepmerge": "^4.3.1",
"express": "^4.21.2",
"hash-wasm": "^4.12.0",
"http-status-codes": "^2.3.0",
"joi": "^17.13.3",
"jsm-exceptions": "^2.0.13",
"jsm-logger": "^1.0.91",
"jsm-typing": "^1.0.106",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"moment": "^2.30.1",
"mongoose": "^8.9.3",
"nanoid": "^5.0.9",
"say": "^0.16.0",
"typedi": "^0.10.0",
"utility-types": "^3.11.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/jsonwebtoken": "^9.0.7",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.10.5",
"jest": "^30.0.2",
"ts-jest": "^29.4.0",
"typescript": "^5.x"
},
"publishConfig": {
"access": "public"
}
}