17 lines
389 B
JSON
17 lines
389 B
JSON
{
|
|
"name": "pawsqlite",
|
|
"version": "1.0.0",
|
|
"description": "An SQLite interface with adapters for Cordova and WebSQL",
|
|
"main": "./src/pawsqlite.mjs",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack"
|
|
},
|
|
"author": "Ben Ashton",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"webpack": "^4.44.1",
|
|
"webpack-cli": "^3.3.12"
|
|
}
|
|
}
|