UNPKG

@foal/storage

Version:

Storage components for FoalTS

64 lines (63 loc) 1.45 kB
{ "name": "@foal/storage", "version": "5.3.0", "description": "Storage components for FoalTS", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "test": "rimraf lib && tsc -p tsconfig.json && mocha \"./lib/**/*.spec.js\"", "dev:test": "mocha --require ts-node/register --watch --extension ts \"./src/**/*.spec.ts\"", "build": "rimraf lib && tsc -p tsconfig-build.json", "prepublish": "npm run build" }, "funding": { "url": "https://github.com/sponsors/LoicPoullain" }, "engines": { "node": ">=22.0.0" }, "publishConfig": { "access": "public" }, "keywords": [ "FoalTS", "foal", "disk", "storage", "fs", "aws", "s3" ], "bugs": { "url": "https://github.com/FoalTS/foal/issues" }, "repository": { "type": "git", "url": "https://github.com/FoalTS/foal" }, "homepage": "https://github.com/FoalTS", "contributors": [ "Loïc Poullain" ], "license": "MIT", "files": [ "lib/" ], "dependencies": { "@foal/core": "^5.3.0", "busboy": "~1.6.0", "mime": "~3.0.0" }, "devDependencies": { "@types/mocha": "10.0.10", "@types/node": "24.13.2", "@types/supertest": "6.0.3", "mocha": "~11.7.6", "mock-module": "^5.3.0", "rimraf": "~6.1.3", "supertest": "~7.2.2", "ts-node": "~10.9.2", "typescript": "~5.9.3" }, "gitHead": "3f9d1b95b4dd079965ebe58e24f101d6a9c884e0" }