filesops
Version:
Advanced file operations library with search, type detection, size calculation, and permission utilities
49 lines (48 loc) • 1.11 kB
JSON
{
"name": "filesops",
"version": "1.0.2",
"description": "Advanced file operations library with search, type detection, size calculation, and permission utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/arsh342/filesops.git"
},
"homepage": "https://github.com/arsh342/filesops#readme",
"bugs": {
"url": "https://github.com/arsh342/filesops/issues"
},
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"dev": "tsc --watch",
"lint": "echo 'Linting not configured yet'",
"prepublishOnly": "npm run build"
},
"keywords": [
"files",
"file-operations",
"file-search",
"file-type",
"permissions",
"file-size",
"utilities"
],
"author": "arsh342",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"@types/jest": "^29.0.0",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"files": [
"dist"
]
}