UNPKG

@63pokupki/nodejs-common

Version:
69 lines (68 loc) 1.76 kB
{ "name": "@63pokupki/nodejs-common", "version": "0.0.94", "description": "common nodejs functionality", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/63pokupki/nodejs-common.git" }, "keywords": [ "react", "components", "crud" ], "author": "63pokupki", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/63pokupki/nodejs-common/issues" }, "homepage": "https://github.com/63pokupki/nodejs-common#readme", "peerDependencies": {}, "devDependencies": { "@trongnd/ts-nodemon": "^1.0.3", "@types/expect": "^1.20.4", "@types/lodash": "^4.14.141", "@types/md5": "^2.1.33", "@types/mocha": "^5.2.6", "@types/node": "^12.7.11", "@typescript-eslint/eslint-plugin": "^2.3.2", "@typescript-eslint/parser": "^2.3.2", "eslint": "6.5.1", "cross-env": "^6.0.3", "html-loader": "^0.5.5", "typescript": "^3.6.3" }, "scripts": { "release": "npm run build:dev && npm run build:prod", "build": "tsc", "test": "ts-mocha" }, "dependencies": { "@types/amqplib": "^0.5.13", "@types/express": "^4.17.1", "amqplib": "^0.5.5", "aws-sdk": "^2.542.0", "axios": "^0.19.0", "chai": "^4.2.0", "express": "^4.17.1", "knex": "^0.19.4", "lodash": "^4.17.11", "mocha": "^6.2.1", "redis": "^2.8.0", "regenerator-runtime": "^0.13.3", "rollup": "1.23.0", "rollup-plugin-image": "^1.0.2", "rollup-plugin-uglify": "^6.0.3", "ts-mocha": "^6.0.0", "ts-node": "^8.4.1", "typescript-require": "^0.2.10", "utf8": "^3.0.0", "uniqid": "^5.0.3", "md5": "2.2.1" }, "directories": { "test": "tests" } }