29 lines
732 B
JSON
29 lines
732 B
JSON
{
|
|
"name": "packwizjs",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"author": {
|
|
"name": "cswimr",
|
|
"email": "seaswimmerthefsh@gmail.com"
|
|
},
|
|
"scripts": {
|
|
"docs": "typedoc --options typedoc.jsonc",
|
|
"format": "bun prettier --write '**/*.{ts,json,md}'",
|
|
"prepare": "bunx husky || true"
|
|
},
|
|
"devDependencies": {
|
|
"@getmeli/cli": "1.2.0",
|
|
"@types/bun": "latest",
|
|
"@typhonjs-typedoc/ts-lib-docs": "2024.12.25",
|
|
"@typhonjs-typedoc/typedoc-theme-dmt": "0.3.1",
|
|
"eslint": "9.20.1",
|
|
"eslint-config-standard": "17.1.0",
|
|
"prettier": "3.5.1",
|
|
"typedoc": "0.27.7",
|
|
"typedoc-plugin-coverage": "3.4.1",
|
|
"typedoc-plugin-markdown": "4.4.2"
|
|
}
|
|
}
|