44 lines
2.1 KiB
JSON
44 lines
2.1 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",
|
|
"test:integration:conditional": "./tools/run-conditional-integration.sh",
|
|
"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",
|
|
"manage:general-icons": "node tools/manage-general-icons.mjs",
|
|
"check:legacy:nation": "node tools/compare-command-constraints.mjs --include '^Nation/' --check && node tools/compare-command-logs.mjs --include '^Nation/' --mode action --check",
|
|
"check:legacy:general": "node tools/compare-command-constraints.mjs --include '^General/' --check && node tools/compare-command-logs.mjs --include '^General/' --mode action --check && node tools/compare-general-turn-contracts.mjs --check",
|
|
"test:e2e:frontend-legacy": "playwright test --config tools/frontend-legacy-parity/playwright.config.mjs --tsconfig tools/frontend-legacy-parity/tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@playwright/test": "1.62.0",
|
|
"@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": "6.0.2",
|
|
"typescript-eslint": "^8.65.0",
|
|
"vue-eslint-parser": "^10.4.1"
|
|
}
|
|
}
|