mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
aa2f70c877
# Description of Changes This moves a bunch of stuff from `lib` back into `server` and `sdk`, and removes all but one global variable from the server sdk in preparation for export-based reducer definition. # Expected complexity level and risk 2 - a pretty big refactor, but it's mostly just code movement. # Testing - [x] Refactor, so automated tests are sufficient.
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"packageManager": "pnpm@9.7.0",
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"pnpm": ">=9.0.0"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"run-all": "pnpm -F ./crates/bindings-typescript -F ./crates/bindings-typescript/examples/quickstart-chat -F ./crates/bindings-typescript/examples/quickstart-chat -F ./crates/bindings-typescript/test-app -F ./docs run",
|
|
"format": "pnpm run-all format && prettier eslint.config.js --write",
|
|
"lint": "pnpm run-all lint && prettier eslint.config.js --check",
|
|
"build": "pnpm run-all build",
|
|
"test": "pnpm run-all test",
|
|
"generate": "pnpm run-all generate",
|
|
"clean": "pnpm -r exec rimraf dist .tsbuildinfo coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.17.0",
|
|
"@types/node": "^22.10.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
|
"@typescript-eslint/parser": "^8.18.2",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-jsdoc": "^61.5.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
"globals": "^15.14.0",
|
|
"prettier": "^3.3.3",
|
|
"rimraf": "^6.0.1",
|
|
"typescript": "~5.6.2",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|