@63pokupki/nodejs-common
Version:
Common nodejs functionality
84 lines (83 loc) • 2.16 kB
JSON
{
"name": "@63pokupki/nodejs-common",
"version": "0.8.1",
"description": "Common nodejs functionality",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=12"
},
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/63pokupki/nodejs-common.git"
},
"keywords": [
"components",
"crud"
],
"author": "63pokupki",
"license": "BSD-3-Clause",
"private": false,
"bugs": {
"url": "https://github.com/63pokupki/nodejs-common/issues"
},
"homepage": "https://github.com/63pokupki/nodejs-common#readme",
"dependencies": {
"@63pokupki/components": "0.0.1",
"@63pokupki/monitoring.lib": "0.0.13",
"@63pokupki/server": "0.0.1",
"@63pokupki/mq": "0.0.1",
"@63pokupki/proxy-db": "0.0.1",
"aws-sdk": "^2.1016.0",
"axios": "^0.24.0",
"colors": "^1.4.0",
"ioredis": "^4.28.0",
"ip": "^1.1.8",
"jsonwebtoken": "^8.5.1",
"knex": "^2.3.0",
"lodash": "^4.17.21",
"md5": "2.3.0",
"mysql": "^2.18.1",
"uniqid": "^5.4.0",
"utf8": "^3.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/ioredis": "^4.27.8",
"@types/ip": "^1.1.2",
"@types/jsonwebtoken": "^8.5.5",
"@types/knex": "^0.16.1",
"@types/lodash": "^4.14.176",
"@types/md5": "^2.3.1",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.6",
"@types/uniqid": "^5.3.1",
"@types/utf8": "^3.0.0",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"chai": "^4.3.3",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-autofix": "^1.1.0",
"eslint-plugin-import": "^2.29.1",
"find-package-json": "^1.2.0",
"lint-staged": "^11.2.6",
"tsc-watch": "4.5.0"
},
"scripts": {
"release": "./tasks/release.sh",
"build": "tsc",
"test": "ts-mocha",
"lint": "eslint 'src/**/*.{js,ts}' --quiet",
"lint:fix": "eslint 'src/**/*.{js,ts}' --fix"
},
"directories": {
"lib": "lib",
"test": "tests"
}
}