33 lines
800 B
JSON
33 lines
800 B
JSON
{
|
|
"name": "shorty",
|
|
"version": "0.0.9",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm -r run build",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"lint": "pnpm -r run lint",
|
|
"lint:fix": "pnpm -r run lint:fix",
|
|
"test": "pnpm -r run test",
|
|
"test:coverage": "pnpm -r run test:coverage",
|
|
"test:watch": "pnpm -r run test:watch"
|
|
},
|
|
"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"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"glob": "^13.0.0"
|
|
}
|
|
}
|
|
}
|