UNPKG

@webbio/viper-core-utils

Version:

Webbio's error interface which is used in the Viper Project

54 lines (53 loc) 1.52 kB
{ "name": "@webbio/viper-core-utils", "version": "0.0.8", "description": "Webbio's error interface which is used in the Viper Project", "main": "dist/index.js", "scripts": { "prettier": "npx prettier --write --loglevel silent 'src/**/*.ts'", "watch-ts": "tsc -w", "tsc": "tsc", "lint": "tslint --project tsconfig.json --config tslint.json", "test": "npx jest --silent", "build": "tsc -p tsconfig.build.json" }, "husky": { "hooks": { "pre-commit": "npm t && npm run prettier && npm run lint && npm run tsc", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS -x @commitlint/config-conventional" } }, "author": "Tom Klein <tom@webbio.nl>", "license": "ISC", "devDependencies": { "@commitlint/config-conventional": "^7.6.0", "@types/jest": "^24.0.13", "@types/node": "^12.0.2", "@types/react": "16.9.2", "commitlint": "^7.6.1", "husky": "^2.3.0", "jest": "^24.8.0", "prettier": "^1.17.1", "ts-jest": "^24.0.2", "tslint": "^5.16.0", "tslint-clean-code": "^0.2.9", "tslint-config-airbnb": "^5.11.1", "typescript": "^3.5.3" }, "dependencies": { "react": "^16.12.0" }, "repository": { "type": "git", "url": "git+https://github.com/webbio/Viper_Core.git" }, "keywords": [ "Viper", "Core" ], "bugs": { "url": "https://github.com/webbio/Viper_Core/issues" }, "homepage": "https://github.com/webbio/Viper_Core#readme", "gitHead": "0aa395ac5c42b5191683c6fa29d10db8a73e1fb6" }