Files
archived-starlight-typedoc/package.json
2023-06-07 16:42:26 +02:00

45 lines
1.2 KiB
JSON

{
"name": "starlight-typedoc",
"version": "0.0.1",
"license": "MIT",
"description": "",
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
"type": "module",
"scripts": {
"test": "echo \"Error: no test implemented.\" && exit 1",
"lint": "prettier -c --cache . && eslint . --cache --max-warnings=0 && tsc --noEmit",
"prepare": "husky install",
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"@hideoo/eslint-config": "1.5.1",
"@hideoo/prettier-config": "1.0.1",
"@hideoo/tsconfig": "2.0.1",
"eslint": "8.42.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"typescript": "5.1.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.6.1",
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"keywords": [],
"homepage": "https://github.com/HiDeoo/starlight-typedoc",
"repository": {
"type": "git",
"url": "https://github.com/HiDeoo/starlight-typedoc.git"
},
"bugs": "https://github.com/HiDeoo/starlight-typedoc/issues",
"prettier": "@hideoo/prettier-config",
"lint-staged": {
"**/*": "prettier -w -u --cache",
"**/*.{js,jsx,ts,tsx,cjs,mjs}": "eslint --cache --max-warnings=0"
}
}