UNPKG

@cobuildlab/8base-utils

Version:

This is package to deal with common scenarios working with 8base platform

65 lines (64 loc) 1.63 kB
{ "name": "@cobuildlab/8base-utils", "version": "0.5.6", "description": "This is package to deal with common scenarios working with 8base platform", "main": "lib/index.js", "types": "./lib/index.d.ts", "scripts": { "test": "jest --collect-coverage", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "eslint --fix" }, "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/cobuildlab/8base-utils.git" }, "keywords": [ "8base" ], "author": "@alacret", "license": "ISC", "bugs": { "url": "https://github.com/cobuildlab/8base-utils/issues" }, "homepage": "https://github.com/cobuildlab/8base-utils", "devDependencies": { "@babel/core": "^7.9.6", "@babel/preset-env": "^7.9.6", "@babel/preset-typescript": "^7.9.0", "@types/jest": "^25.2.1", "@types/node": "^13.13.5", "@typescript-eslint/eslint-plugin": "^2.31.0", "@typescript-eslint/parser": "^2.31.0", "babel-jest": "^26.0.1", "eslint": "^7.0.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-jest": "^23.10.0", "eslint-plugin-jsdoc": "^25.0.1", "husky": "^4.2.5", "jest": "^26.0.1", "lint-staged": "^10.2.2", "prettier": "^2.0.5", "ts-jest": "^25.5.1", "typescript": "^3.8.3" }, "husky": { "hooks": { "pre-commit": "npx lint-staged", "pre-push:": "npm test" } }, "lint-staged": { "*.{js,ts}": [ "prettier --write", "eslint --fix" ] }, "dependencies": { "@cobuildlab/validation-utils": "0.0.2" } }