@file-services/utils
Version:
Common file system utility functions.
36 lines (35 loc) • 831 B
JSON
{
"name": "@file-services/utils",
"description": "Common file system utility functions.",
"version": "10.0.1",
"main": "./dist/fs-utils.cjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/fs-utils.mjs",
"require": "./dist/fs-utils.cjs"
},
"./package.json": "./package.json"
},
"dependencies": {
"@file-services/types": "^10.0.1"
},
"files": [
"dist",
"!dist/test",
"src",
"!*/tsconfig.{json,tsbuildinfo}"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wixplosives/file-services.git",
"directory": "packages/utils"
},
"homepage": "https://github.com/wixplosives/file-services",
"publishConfig": {
"access": "public"
},
"sideEffects": false
}