15 lines
224 B
JSON
15 lines
224 B
JSON
{
|
|
"name": "import",
|
|
"version": "1.0.0",
|
|
"main": "import.js",
|
|
"scripts": {
|
|
"start": "node import.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"sqlite3": "^5.1.7"
|
|
}
|
|
}
|