22 lines
684 B
JSON
22 lines
684 B
JSON
{
|
|
"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": {
|
|
"diachron": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
}
|
|
}
|