UNPKG

readablefn

Version:

Helpful and useful javascript functions

46 lines (45 loc) 1.21 kB
{ "name": "readablefn", "version": "0.0.9", "description": "Helpful and useful javascript functions", "repository": { "type": "git", "url": "https://github.com/artembuslaev/readablefn.git" }, "main": "./index.js", "scripts": { "build": "tsc -p tsconfig.build.json", "test": "jest", "test:watch": "jest --watch", "lint": "eslint ./src/** ./tests/** --format stylish && echo All files pass linting!", "fix": "eslint --fix ./src/** ./tests/**" }, "keywords": [ "validate", "validating", "helpful", "useful", "readablefn", "functions", "isUndefined", "isNotUndefined", "isNull", "isNotNull" ], "author": "Artem Buslaev", "license": "MIT", "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.1", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-formatter-stylish": "^8.40.0", "eslint-plugin-import": "^2.31.0", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.7.3" }, "homepage": "https://github.com/artembuslaev/readablefn#readme" }