@unsplash/sum-types-fast-check
Version:
fast-check bindings for @unsplash/sum-types.
56 lines (55 loc) • 1.64 kB
JSON
{
"name": "@unsplash/sum-types-fast-check",
"description": "fast-check bindings for @unsplash/sum-types.",
"version": "1.0.0",
"license": "MIT",
"author": "Unsplash",
"repository": {
"type": "git",
"url": "https://github.com/unsplash/sum-types-fast-check"
},
"homepage": "https://github.com/unsplash/sum-types-fast-check",
"bugs": "https://github.com/unsplash/sum-types-fast-check/issues",
"keywords": [
"functional-programming",
"typescript",
"sum-types",
"fast-check"
],
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist/"
],
"sideEffects": false,
"scripts": {
"build": "rm -rf ./dist/ && mkdir -p ./dist/esm/ ./dist/cjs/ && tsc -p ./tsconfig.build-esm.json && tsc -p ./tsconfig.build-cjs.json && tsc -p ./tsconfig.build-types.json",
"typecheck": "tsc --noEmit",
"lint": "eslint ./src/ ./test/ --ext ts",
"fmt": "prettier .",
"unit": "jest",
"docs": "docs-ts",
"prepublish": "yarn run build"
},
"devDependencies": {
"@types/eslint": "^7.0.0",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"@unsplash/sum-types": "^1.0.1",
"docs-ts": "^0.6.7",
"eslint": "^7.0.0",
"eslint-plugin-expect-type": "^0.0.6",
"eslint-plugin-functional": "^3.5.0",
"fast-check": "^3.5.0",
"jest": "^26.6.0",
"prettier": "^2.1.2",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
},
"peerDependencies": {
"@unsplash/sum-types": "^1.0.1",
"fast-check": "^3.5.0"
}
}