sandeep-utileo
Version:
JS library with most common utils.
57 lines (56 loc) • 1.7 kB
JSON
{
"name": "sandeep-utileo",
"version": "2.13.0",
"description": "JS library with most common utils.",
"main": "index.js",
"module": "index.js",
"type": "module",
"typings": "lib/index.d.ts",
"scripts": {
"build": "npm run lint && npm run clean && rollup -c",
"clean": "rm -rf lib",
"lint": "eslint ./src --ext .ts",
"lint:fix": "eslint --fix src/.",
"release": "standard-version",
"postbuild": "cp package.json lib"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.10",
"@semantic-release/release-notes-generator": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"eslint": "^7.20.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.1.3",
"replace-json-property": "^1.6.3",
"rollup": "^2.38.5",
"rollup-plugin-multi-input": "^1.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"semantic-release": "^17.4.1",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5"
},
"author": "WebChapter | Bharatpe",
"license": "ISC",
"keywords": [
"browser-util-functions",
"util-function",
"js-utils",
"javascript-utils",
"javascript-utils-function",
"common-utils"
],
"repository": {
"type": "git",
"url": "git://github.com/bharatpe/utileo"
},
"homepage": "https://github.com/bharatpe/utileo#readme",
"dependencies": {}
}