UNPKG

@almaclaine/fs-utils

Version:
49 lines (48 loc) 1.4 kB
{ "name": "@almaclaine/fs-utils", "version": "0.0.9", "description": "Utilities for working with the file system.", "main": "dist/index.bundle.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "tslint --fix './src/**/*.ts'", "test": "npx jest", "clean:build": "npm run clean", "clean": "npx rimraf dist", "rollup": "rollup -c ./rollup.config.js", "build": "npm run test && npm run clean && npm run compile && npm run rollup", "compile": "tsc --outDir dist --project tsconfig.build.json", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/ALMaclaine/almaclaine-package-mono-repo.git" }, "files": [ "dist" ], "keywords": [ "Utilities", "Fs", "Node" ], "author": "Alessandro MacLaine", "license": "MIT", "bugs": { "url": "https://github.com/ALMaclaine/almaclaine-package-mono-repo/issues" }, "homepage": "https://github.com/ALMaclaine/almaclaine-package-mono-repo#readme", "devDependencies": { "@almaclaine/rollup-config": "^0.0.8", "@almaclaine/ts-config": "^0.1.3", "@types/jest": "^26.0.22", "@types/node": "^14.14.41", "esm": "^3.2.25", "jest": "^26.6.3", "ts-jest": "^26.5.5", "ts-node": "^9.1.1", "typescript": "^4.2.4" }, "gitHead": "1853118f3282a35a2bf1e636843ae248f2ef47f8" }