diff --git a/backend/package.json b/backend/package.json new file mode 100644 index 0000000..f58d92b --- /dev/null +++ b/backend/package.json @@ -0,0 +1,21 @@ +{ + "name": "my app", + "version": "0.0.1", + "description": "", + "main": "index.js", + "scripts": { + "test": "DB_PORT=5433 DB_USER=diachron_test DB_PASSWORD=diachron_test DB_NAME=diachron_test tsx --test '**/*.{test,spec}.ts'", + "test:watch": "DB_PORT=5433 DB_USER=diachron_test DB_PASSWORD=diachron_test DB_NAME=diachron_test tsx --test --watch '**/*.{test,spec}.ts'", + "nodemon": "nodemon dist/index.js", + "kysely-codegen": "kysely-codegen" + }, + "keywords": [], + "author": "", + "license": "ISC", + "packageManager": "pnpm@10.12.4", + "dependencies": { + }, + "devDependencies": { + }, + "workspaces": ["diachron"] +}