UNPKG

softkave-js-utils

Version:

JavaScript & Typescript utility functions, types, and classes

72 lines (71 loc) 1.92 kB
{ "name": "softkave-js-utils", "version": "0.17.0", "description": "JavaScript & Typescript utility functions, types, and classes", "author": { "email": "ywordk@gmail.com", "name": "softkave" }, "license": "MIT", "keywords": [ "JavaScript utilities", "Typescript type utilities" ], "repository": { "type": "git", "url": "https://github.com/softkave/softkave-js-utils.git" }, "bugs": { "url": "https://github.com/softkave/softkave-js-utils/issues" }, "homepage": "https://github.com/softkave/softkave-js-utils", "type": "module", "exports": { ".": { "types": "./build/index.d.ts", "import": "./build/index.js", "default": "./build/index.js" } }, "files": [ "build/{*.js,**/*.js}", "build/{*.cjs,**/*.cjs}", "build/{*.js.map,**/*.js.map}", "build/{*.cjs.map,**/*.cjs.map}", "build/{*.d.ts,**/*.d.ts}", "!build/**/__tests__/**/*" ], "scripts": { "test": "vitest --config ./vitest.config.ts", "lint": "gts lint", "clean": "gts clean", "compile": "npm run clean && tsc", "fix": "gts fix", "pretest": "npm run compile", "posttest": "npm run lint", "check:circular-deps": "npx dpdm --no-warning --no-tree ./src/index.ts", "show:packlist": "npm run compile && npm pack --dry-run", "publish:npm": "npm run test && npm run compile && npm publish", "publish:local": "npm run compile && yalc publish" }, "engines": { "node": ">=13" }, "devDependencies": { "@faker-js/faker": "^8.3.1", "@types/lodash-es": "^4.17.12", "@types/node": "22.10.2", "@types/path-browserify": "^1.0.2", "gts": "^5.3.0", "typescript": "^5.2.0", "vitest": "^3.0.9" }, "peerDependencies": { "assert": "^2.1.0", "lodash-es": "^4.17.21", "nanoid": "^5.0.5", "path-browserify": "^1.0.1", "type-fest": "^4.10.2" }, "dependencies": {} }