{ "name": "pawsqlite", "version": "1.0.0", "description": "An SQLite interface with adapters for Cordova and WebSQL", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack", "copy-cordova": "cp ./lib/PawSQLite.js ../Cordova-PawSQLite/www/PawSQLite.js" }, "author": "Ben Ashton", "license": "MIT", "devDependencies": { "webpack": "^4.44.1", "webpack-cli": "^3.3.12" } }