readablefn
Version:
Helpful and useful javascript functions
41 lines (40 loc) • 856 B
JSON
{
"name": "readablefn",
"version": "0.0.7",
"description": "Helpful and useful javascript functions",
"repository": {
"type": "git",
"url": "https://github.com/artembuslaev/readablefn.git"
},
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "jest",
"test:watch": "jest --watch"
},
"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",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
},
"homepage": "https://github.com/artembuslaev/readablefn#readme"
}