mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"name": "@stanza-modules/db-sqlite",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./module.ts",
|
|
"dependencies": {
|
|
"@stanza/codemods": "workspace:*",
|
|
"@stanza/registry": "workspace:*"
|
|
}
|
|
}
|