- Added allowBuilds for specific packages: '@prisma/engines', esbuild, prisma, and sharp. - Included minimumReleaseAgeExclude for eslint@10.8.0. - Reformatted the packages and onlyBuiltDependencies sections for consistency.
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"name": "sammo-ts",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"packageManager": "pnpm@11.17.0",
|
|
"scripts": {
|
|
"lint": "turbo lint",
|
|
"lint:fix": "turbo lint:fix",
|
|
"format": "prettier --write .",
|
|
"test": "turbo test",
|
|
"test:integration": "pnpm --filter @sammo-ts/integration-tests test:integration",
|
|
"build": "turbo build",
|
|
"typecheck": "turbo typecheck",
|
|
"dev": "turbo dev",
|
|
"build:server": "pnpm --filter ./tools/build-scripts build:server --",
|
|
"generate:resource-schemas": "pnpm --filter @sammo-ts/tools-scripts generate:resource-schemas",
|
|
"validate:resources": "pnpm --filter @sammo-ts/tools-scripts validate:resources"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/node": "^26.1.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.65.0",
|
|
"@typescript-eslint/parser": "^8.65.0",
|
|
"eslint": "^10.8.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.6",
|
|
"eslint-plugin-vue": "^10.10.0",
|
|
"globals": "^17.7.0",
|
|
"prettier": "^3.9.6",
|
|
"tsdown": "^0.22.14",
|
|
"turbo": "^2.10.6",
|
|
"typescript": "^7.0.2",
|
|
"typescript-eslint": "^8.65.0",
|
|
"vue-eslint-parser": "^10.4.1"
|
|
}
|
|
}
|