UNPKG

@exivar/funtry

Version:

Async try/catch function handler

58 lines (57 loc) 1.52 kB
{ "name": "@exivar/funtry", "version": "1.1.0", "description": "Async try/catch function handler", "main": "lib/index.js", "types": "lib/index.d.ts", "module": "lib/module/index.js", "scripts": { "test": "jest --config jestconfig.json", "build": "run-p build:*", "build:main": "tsc -p tsconfig.json", "build:module": "tsc -p tsconfig.module.json", "watch:build": "tsc -p tsconfig.json -w", "format": "prettier --write .", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/exivar/funtry.git" }, "files": [ "lib/**/*" ], "keywords": [ "exivar", "function", "try", "catch", "handler" ], "author": "Exivar <support@exivar.com> (https://exivar.com)", "license": "ISC", "bugs": { "url": "https://github.com/exivar/funtry/issues" }, "homepage": "https://github.com/exivar/funtry#readme", "devDependencies": { "@types/jest": "^27.0.2", "@types/node": "^16.10.3", "jest": "^27.2.5", "npm-run-all": "^4.1.5", "prettier": "^2.4.1", "standard-version": "^9.3.1", "ts-jest": "^27.0.5", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.4.3" }, "publishConfig": { "access": "public" } }