{ "name": "@emigrate/storage-fs", "version": "0.4.5", "publishConfig": { "access": "public", "provenance": true }, "description": "A storage plugin for Emigrate for storing the migration history in a file", "main": "dist/index.js", "types": "dist/index.d.js", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsc --pretty", "build:watch": "tsc --pretty --watch", "lint": "xo --cwd=../.. $(pwd)" }, "keywords": [ "emigrate", "emigrate-storage", "plugin", "migrations", "storage" ], "author": "Aboviq AB (https://www.aboviq.com)", "homepage": "https://github.com/aboviq/emigrate/tree/main/packages/storage-fs#readme", "repository": "https://github.com/aboviq/emigrate/tree/main/packages/storage-fs", "bugs": "https://github.com/aboviq/emigrate/issues", "license": "MIT", "dependencies": { "@emigrate/types": "workspace:*" }, "devDependencies": { "@emigrate/tsconfig": "workspace:*" }, "volta": { "extends": "../../package.json" } }