40 lines
1.5 KiB
JSON
40 lines
1.5 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",
|
|
"check:legacy:nation": "node tools/compare-command-constraints.mjs --include '^Nation/' --check && node tools/compare-command-logs.mjs --include '^Nation/' --mode action --check"
|
|
},
|
|
"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-legacy": "npm:typescript@5.9.3",
|
|
"typescript-eslint": "^8.65.0",
|
|
"vue-eslint-parser": "^10.4.1"
|
|
}
|
|
}
|