21 lines
492 B
JSON
21 lines
492 B
JSON
|
{
|
||
|
"name": "pawsqlite-websql-adapter",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A WebSQL Adapter for PawSQLite",
|
||
|
"main": "./lib/pawsqlite-websql-adapter.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"build": "webpack"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.n0m.org/n0m/PawSQLite-WebSQL-Adapter.git"
|
||
|
},
|
||
|
"author": "Ben Ashton",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"webpack": "5.x",
|
||
|
"webpack-cli": "4.x"
|
||
|
}
|
||
|
}
|