{ "name": "@holllo/migration-helper", "description": "Tiny helper library for migrating data.", "license": "AGPL-3.0-or-later", "version": "0.1.4", "author": "Holllo ", "repository": { "type": "git", "url": "https://git.bauke.xyz/Holllo/migration-helper" }, "scripts": { "prepublishOnly": "makers build" }, "devDependencies": { "@holllo/test": "^0.2.1", "trash-cli": "^5.0.0", "tsx": "^4.7.0", "typescript": "^5.3.3", "xo": "^0.56.0" }, "type": "module", "main": "build/source/migration-helper.js", "types": "build/source/migration-helper.d.ts", "files": [ "build/source/", "package.json", "LICENSE", "README.md" ], "xo": { "prettier": true, "rules": { "@typescript-eslint/consistent-type-imports": "off", "no-await-in-loop": "off" }, "space": true } }