@crossfox/utils
Version:
The package is a collection of useful utilities and functions designed to streamline and enhance the development process of web applications and other software projects. This package provides developers with a set of tools for more efficient work, reducin
70 lines (69 loc) • 1.94 kB
JSON
{
"name": "@crossfox/utils",
"author": "Oleksii Fursov",
"description": "The package is a collection of useful utilities and functions designed to streamline and enhance the development process of web applications and other software projects. This package provides developers with a set of tools for more efficient work, reducing code duplication, and improving overall productivity.",
"version": "1.1.9",
"license": "Apache-2.0",
"keywords": [
"package",
"utils",
"helper",
"crossfox",
"tiny",
"typescript",
"node",
"javascript",
"front-end"
],
"files": [
"dist/**/*"
],
"main": "dist/index.esm.js",
"commonjs": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"homepage": "https://crossfox.online",
"repository": {
"type": "git",
"url": "https://github.com/OleksiiFursov/crossfox-front.git#master/package/js/utils"
},
"bugs": {
"url": "https://github.com/OleksiiFursov/crossfox-front/issues",
"email": "nodepro777@gmail.com"
},
"scripts": {
"build": "rollup -c",
"myPub": "npm version patch && npm publish",
"start": "rollup -c -w --no-treeshake"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "11.1.5",
"@svgr/rollup": "^8.1.0",
"rollup": "^2.52.7",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss-modules": "^2.1.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.35.0",
"source-map-loader": "^3.0.0",
"tslib": "^2.3.0",
"typescript": "^5.2.2"
},
"targets": {
"main": false,
"module": false,
"types": false
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}