nullish-utils
Version:
A package to offer nullish, common, operator, functions
43 lines (42 loc) • 967 B
JSON
{
"name": "nullish-utils",
"version": "1.4.3",
"description": "A package to offer nullish, common, operator, functions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"compile": "npx tsc",
"test": "jest",
"prepublishOnly": "npm test && npm run compile"
},
"pre-push": [
"prepublishOnly"
],
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"pre-push": "^0.1.4",
"ts-jest": "^29.1.5",
"typescript": "^5.5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeanpaollo/nullish-utils.git"
},
"keywords": [
"nullish",
"function"
],
"author": "Jean Paollo Olimpio Gomes Ferreira",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeanpaollo/nullish-utils/issues"
},
"homepage": "https://github.com/jeanpaollo/nullish-utils#readme",
"dependencies": {
"nullish-utils": "file:"
}
}