codetrix
Version:
A lightweight lodash-style utility library
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "codetrix",
"version": "1.5.0",
"description": "A lightweight lodash-style utility library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://shivanshujags.github.io/codetrix/",
"repository": {
"type": "git",
"url": "https://github.com/shivanshujags/codetrix.git"
},
"bugs": {
"url": "https://github.com/shivanshujags/codetrix/issues"
},
"keywords": [
"lodash-alternative",
"utility",
"utils",
"typescript",
"array-utils",
"object-utils",
"javascript",
"toolkit",
"helper-functions",
"function-utilities",
"chunk",
"isEmpty"
],
"scripts": {
"build": "tsc",
"test": "jest --maxWorkers=50%",
"docs": "typedoc",
"test:coverage": "jest --coverage",
"release:patch": "npm version patch && git push && git push --tags",
"release:minor": "npm version minor && git push && git push --tags",
"release:major": "npm version major && git push && git push --tags"
},
"author": "Shivanshu Sahu",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.1",
"typedoc": "^0.28.7"
}
}