fs-handlers
Version:
a simple interface and handler for streaming file handler using streamfs filehandler package
63 lines • 1.42 kB
JSON
{
"name": "fs-handlers",
"version": "1.1.1",
"description": "a simple interface and handler for streaming file handler using streamfs filehandler package",
"main": "index.js",
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
}
},
"directories": {
"test": "test"
},
"pre-commit": {
"run": [
"build",
"test"
]
},
"pre-push": {
"run": [],
"silent": true
},
"scripts": {
"demots": "ts-node ./demos/demos.filehandler.ts",
"demojs": "ts-node ./demos/demos.filehandler.js",
"builddemots": "npx tsc build ./demos/demos.filehandler.ts.ts",
"build": "npx tsc && git add .",
"test": "mocha --reporter spec --recursive --timeout 60000"
},
"keywords": [
"fs",
"file handler",
"streaming",
"instance",
"static handlers",
"work with files easily",
"read",
"write",
"read write files",
"read write",
"read files",
"write files",
"nodejs",
"typescrpt ts support"
],
"author": "Ganesh B <ganeshsurfs@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.16",
"chai": "^4.4.1",
"clean-pkg-json": "^1.2.0",
"esbuild": "^0.20.0",
"mocha": "^10.2.0",
"pre-commit": "^1.2.2",
"pre-push": "^0.1.4",
"sinon": "^17.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"unimported": "^1.31.1"
}
}