36 lines
827 B
JSON
36 lines
827 B
JSON
{
|
|
"name": "@holllo/migration-helper",
|
|
"description": "Tiny helper library for migrating data.",
|
|
"license": "AGPL-3.0-or-later",
|
|
"version": "0.1.4",
|
|
"author": "Holllo <helllo@holllo.org>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.bauke.xyz/Holllo/migration-helper"
|
|
},
|
|
"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
|
|
}
|
|
}
|