16 lines
297 B
JSON
16 lines
297 B
JSON
{
|
|
"name": "02-ingest-sqlite",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "01-injest-sqlite.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"sqlite": "^4.0.23",
|
|
"sqlite3": "^5.0.2"
|
|
}
|
|
}
|