mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 19:16:00 -04:00
12 lines
213 B
JSON
12 lines
213 B
JSON
{
|
|
"name": "@stanza-modules/db-sqlite",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./module.ts",
|
|
"dependencies": {
|
|
"@withstanza/schema": "workspace:*"
|
|
}
|
|
}
|