2021-03-02 23:16:52 -08:00
|
|
|
{
|
|
|
|
"name": "pawsqlite-node-adapter",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A Node.js adapter for PawSQLite",
|
|
|
|
"main": "./lib/pawsqlite-node-adapter.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"build": "webpack"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.n0m.org/n0m/PawSQLite-Node-Adapter.git"
|
|
|
|
},
|
|
|
|
"author": "Ben Ashton",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"webpack": "5.x",
|
|
|
|
"webpack-cli": "4.x"
|
2021-03-02 23:20:03 -08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"sqlite3": "^5.0.2"
|
2021-03-02 23:16:52 -08:00
|
|
|
}
|
|
|
|
}
|