Files
shorty/package.json
2026-02-07 11:03:53 -03:00

24 lines
532 B
JSON

{
"name": "shorty",
"version": "0.0.9",
"private": true,
"type": "module",
"scripts": {
"lint": "pnpm -r run lint",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "pnpm -r run test"
},
"devDependencies": {
"prettier": "^3.4.2"
},
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@10.28.2",
"repository": {
"type": "git",
"url": "https://git.mifi.dev/mifi-holdings/shorty.git"
}
}