39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "oh-my-cv",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.4.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm --filter=site build",
|
|
"build:pkg": "pnpm -r --stream build:pkg",
|
|
"build-fast:pkg": "pnpm -r --stream build-fast:pkg",
|
|
"dev": "pnpm --filter=site dev",
|
|
"lint": "eslint .",
|
|
"release": "pnpm build:pkg && pnpm build",
|
|
"release:pkg": "pnpm release:pkg:check && pnpm release:pkg:version && pnpm -r publish",
|
|
"release:pkg:check": "pnpm lint && pnpm build:pkg",
|
|
"release:pkg:version": "bumpp package.json packages/*/package.json --commit \"build: publish v%s\" --all --tag --push",
|
|
"serve": "pnpm --filter=site serve"
|
|
},
|
|
"prettier": "@renovamen/prettier-config",
|
|
"devDependencies": {
|
|
"@renovamen/eslint-config": "^0.1.7",
|
|
"@renovamen/prettier-config": "^0.1.7",
|
|
"bumpp": "^9.4.1",
|
|
"eslint": "^9.6.0",
|
|
"pnpm": "^9.4.0",
|
|
"prettier": "^3.3.2",
|
|
"taze": "^0.14.2",
|
|
"tsup": "^8.1.0",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"allowedVersions": {
|
|
"eslint": "9"
|
|
}
|
|
}
|
|
}
|
|
}
|