-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 944 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "drizzle-bug",
"version": "1.0.0",
"description": "Repo for reproducing and testing an issue I have encountered when trying to pull an SQLite database",
"scripts": {
"pull": "drizzle-kit pull --config=config/config.js",
"pull:old": "drizzle-kit introspect:sqlite --config=config/config_old.js",
"downgrade": "yarn add drizzle-orm@~0.34.0 drizzle-kit@~0.25.0",
"downgrade:old": "yarn add drizzle-orm@~0.30.0 drizzle-kit@~0.20.0",
"check-latest": "yarn add drizzle-orm drizzle-kit && yarn pull"
},
"repository": {
"type": "git",
"url": "https://github.com/rainst/drizzle-bug.git"
},
"author": "brein",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"dependencies": {
"better-sqlite3": "^11.7.0",
"drizzle-kit": "^0.30.1",
"drizzle-orm": "^0.38.2"
}
}