fs-utils-sync
Version:
The fs-utils-sync package provides a collection of well-tested, synchronous file system utility functions. It promotes consistency and readability across projects by providing a unified approach to common file operations, saving you development time and i
54 lines (53 loc) • 1.82 kB
JSON
{
"name": "fs-utils-sync",
"version": "1.0.5",
"description": "The fs-utils-sync package provides a collection of well-tested, synchronous file system utility functions. It promotes consistency and readability across projects by providing a unified approach to common file operations, saving you development time and improving code quality.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "ts-lib-builder --tsconfig=tsconfig.build.json",
"test": "echo \"Error: tests are executed with npm run test:(integration|unit)\" && exit 1",
"test:integration": "vitest run --config vitest.test-integration.config.ts",
"test:unit": "vitest run --config vitest.test-unit.config.ts",
"watch-test:integration": "vitest --config vitest.test-integration.config.ts",
"watch-test:unit": "vitest --config vitest.test-unit.config.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jesusgraterol/fs-utils-sync.git"
},
"keywords": [
"fs",
"filesystem",
"file-system",
"utils",
"node",
"directory",
"file",
"utilities",
"sync",
"synchronous"
],
"author": "Jesus Graterol",
"license": "MIT",
"bugs": {
"url": "https://github.com/jesusgraterol/fs-utils-sync/issues"
},
"homepage": "https://github.com/jesusgraterol/fs-utils-sync#readme",
"devDependencies": {
"@types/node": "20.17.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "10.1.8",
"prettier": "3.6.2",
"ts-lib-builder": "1.0.7",
"typescript": "5.7.2",
"vitest": "3.2.4"
},
"dependencies": {
"error-message-utils": "1.1.5",
"web-utils-kit": "1.0.6"
}
}