UNPKG

@rapharacing/mw-utils

Version:

Middleware Utils

75 lines (74 loc) 1.81 kB
{ "name": "@rapharacing/mw-utils", "version": "0.0.4", "description": "", "license": "MIT", "main": "build/lib/index.js", "types": "build/lib/index.d.ts", "author": "Rapha Racing", "repository": { "type": "git", "url": "git+git remote add origin git@gitlab.com:rapharacing/rapha-front-end/interfaces.git" }, "files": [ "build" ], "scripts": { "build": "npm run clean && npm run transpile", "clean": "rimraf build", "docs": "typedoc lib/index.ts --theme minimal --out public", "lint": "eslint . --ext ts,tsx", "postpublish": "git push origin master --follow-tags", "prerelease": "npm run lint && npm test && npm run build", "release": "standard-version", "test": "jest --passWithNoTests", "transpile": " tsc" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "eslint --fix", "git add" ] }, "keywords": [ "rapha", "node", "typescript", "utils", "types", "typings" ], "dependencies": {}, "devDependencies": { "@typescript-eslint/eslint-plugin": "4.13.0", "@typescript-eslint/parser": "4.13.0", "eslint": "6.8.0", "eslint-config-airbnb-base": "14.0.0", "eslint-config-prettier": "5.0.0", "eslint-plugin-import": "2.20.1", "eslint-plugin-prettier": "3.1.2", "husky": "2.4.1", "jest": "24.8.0", "lint-staged": "8.2.1", "open-cli": "5.0.0", "prettier": "1.19.1", "python-shell": "2.0.3", "rimraf": "3.0.2", "standard-version": "7.1.0", "typedoc": "0.20.15", "typescript": "4.1.3" }, "peerDependencies": { "typescript": ">=4.1.x" }, "_moduleAliases": { "@interfaces": "dist/interfaces", "@constants": "dist/constants", "@lib": "dist/lib" } }