UNPKG

@terbiumos/tfs

Version:

The drop in Filer replacement you have been waiting for. Completely Typed and Built with TypeScript

58 lines 1.37 kB
{ "name": "@terbiumos/tfs", "displayName": "TFS", "version": "1.0.8-beta", "description": "The drop in Filer replacement you have been waiting for. Completely Typed and Built with TypeScript", "type": "module", "types": "/src/index.d.ts", "repository": { "type": "git", "url": "https://github.com/TerbiumOS/TFS" }, "keywords": [ "fs", "node", "file", "filesystem", "browser", "browser-fs", "opfs" ], "files": [ "dist", "lib", "src", "README.md", "LICENSE", "package.json" ], "exports": { ".": { "import": "./lib/index.mjs", "types": "./lib/index.d.ts" } }, "author": "TerbiumOS Development", "license": "Apache-2.0", "devDependencies": { "@biomejs/biome": "^2.2.4", "@rspack/cli": "^1.5.6", "@rspack/core": "^1.5.6", "tsc": "^2.0.4", "typescript": "^5.9.2" }, "dependencies": { "buffer": "^6.0.3", "minimatch": "^10.0.3" }, "scripts": { "dev": "rspack dev", "build": "rspack build --configLoader=native", "check": "biome check . --write", "fmt": "biome format --write .", "test": "cd ./demo && npm run test", "test:install": "cd ./demo && npm i && npm run test", "ci": "cd ./demo && npm i && cd ../ && npm run build", "types": "tsc --declaration --emitDeclarationOnly; npm run fmt" } }