UNPKG

@supercharge/fs

Version:

Async filesystem methods for Node.js

63 lines (62 loc) 1.52 kB
{ "name": "@supercharge/fs", "description": "Async filesystem methods for Node.js", "version": "3.4.2", "author": "Marcus Pöhls <marcus@superchargejs.com>", "bugs": { "url": "https://github.com/supercharge/fs/issues" }, "dependencies": { "@supercharge/goodies": "~1.10.1", "@types/fs-extra": "~9.0.13", "@types/proper-lockfile": "~4.1.2", "@types/recursive-readdir": "~2.2.1", "fs-extra": "~10.1.0", "proper-lockfile": "~4.1.2", "recursive-readdir": "~2.2.2" }, "devDependencies": { "@supercharge/eslint-config-typescript": "~2.0.0", "@supercharge/tsconfig": "~3.1.0", "c8": "~7.11.3", "eslint": "~8.15.0", "expect": "~28.1.0", "typescript": "~4.6.4", "uvu": "~0.5.3" }, "engines": { "node": ">=12" }, "files": [ "dist", "types" ], "main": "dist", "types": "dist", "homepage": "https://github.com/supercharge/fs", "keywords": [ "nodejs", "filesystem", "utilities", "supercharge", "superchargejs" ], "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/supercharge/fs.git" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "watch": "npm run dev", "lint": "eslint src --ext .js,.ts", "lint:fix": "npm run lint -- --fix", "test": "npm run build && npm run lint && npm run test:run", "test:run": "c8 --include=dist uvu", "posttest": "c8 report --reporter=html" } }