mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"name": "webamp-monorepo",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.12.0",
|
|
"overrides": {
|
|
"graphql": "16.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "npx turbo test",
|
|
"test:integration": "npx turbo run integration-tests",
|
|
"test:all": "npx turbo run test integration-tests",
|
|
"test:unit": "jest",
|
|
"lint": "eslint . --ext ts,tsx,js,jsx --rulesdir=packages/webamp-modern/tools/eslint-rules",
|
|
"type-check": "pnpm --filter webamp type-check && pnpm --filter ani-cursor type-check && pnpm --filter skin-database type-check && pnpm --filter webamp-docs type-check && pnpm --filter winamp-eqf type-check",
|
|
"deploy": "npx turbo build --concurrency 1",
|
|
"format": "prettier --write '**/*.{js,ts,tsx}'"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-typescript": "^7.16.7",
|
|
"@swc/core": "^1.3.24",
|
|
"@swc/jest": "^0.2.24",
|
|
"@types/jest": "^30.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
|
"@typescript-eslint/parser": "^8.36.0",
|
|
"assert": "^2.0.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.16.0",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"events": "^3.3.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"prettier": "^2.3.2",
|
|
"puppeteer": "^22.2.0",
|
|
"stream-browserify": "^3.0.0",
|
|
"turbo": "^2.5.4",
|
|
"typescript": "^5.6.2"
|
|
},
|
|
"prettier": {
|
|
"trailingComma": "es5"
|
|
},
|
|
"version": "0.0.0-next-87012d8d"
|
|
}
|