UNPKG

@bothive/helpers

Version:

Collection of helper functions mainly used inside bothive-core project

62 lines 1.72 kB
{ "name": "@bothive/helpers", "version": "0.1.14", "description": "Collection of helper functions mainly used inside bothive-core project", "homepage": "https://bothive.be", "author": "Mattias Bonte", "private": false, "keywords": [ "bothive", "helpers" ], "license": "MIT", "main": "./dist/src/index.js", "module": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "test": "NODE_ENV=test NODE_OPTIONS='--loader ts-node/esm' ts-mocha ./test/test.config.ts ./test/**/*.test.ts --exit --timeout 10000", "test:run": "sh ./test/runner.test.sh", "lint": "eslint --fix --ext .js,.ts --ignore-path .gitignore . --config .eslintrc.js", "coverage": "nyc npm run test", "build": "rm -rf dist && tsc", "release": "npm run build && np" }, "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/bothivehq/bothive-helpers.git" }, "dependencies": { "axios": "0.27.2", "lodash.get": "4.4.2", "sinon": "14.0.0", "string-strip-html": "8.3.0" }, "devDependencies": { "@types/chai": "4.2.22", "@types/chai-arrays": "2.0.0", "@types/expect": "24.3.0", "@types/express": "4.17.13", "@types/lodash.get": "4.4.6", "@types/mocha": "9.0.0", "@types/node": "16.11.2", "@typescript-eslint/eslint-plugin": "5.2.0", "@typescript-eslint/parser": "5.2.0", "chai": "4.3.4", "chai-arrays": "2.2.0", "eslint": "7.32.0", "eslint-config-next": "11.1.2", "eslint-config-prettier": "8.3.0", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-simple-import-sort": "7.0.0", "mocha": "8.4.0", "nyc": "15.1.0", "prettier": "2.4.1", "ts-mocha": "8.0.0", "typescript": "4.4.4", "ts-node": "10.9.1" } }