UNPKG

@develohpanda/fluent-builder

Version:

A typed, fluent builder for creating objects in Typescript

61 lines (60 loc) 1.61 kB
{ "name": "@develohpanda/fluent-builder", "version": "2.1.2", "description": "A typed, fluent builder for creating objects in Typescript", "repository": "https://github.com/develohpanda/fluent-builder", "author": "Opender Singh <opender94@gmail.com>", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "typescript", "javascript", "fluent", "objectbuilder" ], "scripts": { "test": "jest", "test:cover": "jest --coverage", "test:watch": "jest --watch", "test:ci": "jest --ci --coverage", "compile": "tsc -p tsconfig.build.json", "lint": "eslint **/*.{t,j}s", "lint:fix": "yarn lint --fix", "semantic-release": "semantic-release" }, "lint-staged": { "*.{{t,j}s}": [ "eslint --fix" ] }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@types/jest": "26.0.14", "@typescript-eslint/eslint-plugin": "4.4.0", "@typescript-eslint/parser": "4.4.0", "eslint": "^7.11.0", "eslint-config-prettier": "6.12.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-jest": "24.1.0", "eslint-plugin-prettier": "3.1.4", "eslint-plugin-simple-import-sort": "5.0.3", "husky": "4.3.0", "jest": "26.5.2", "lint-staged": "10.4.0", "prettier": "2.1.2", "semantic-release": "^17.1.2", "ts-jest": "26.4.1", "typescript": "4.0.3" } }