{ "name": "pawsqlite", "version": "1.0.0", "description": "An SQLite interface with adapters for Cordova and WebSQL", "main": "./cjs/pawsqlite.js", "exports": { "import": "./src/pawsqlite.mjs", "require": "./cjs/pawsqlite.js" }, "module": "./src/pawsqlite.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "repository": { "type": "git", "url": "https://git.n0m.org/n0m/PawSQLite.git" }, "author": "Ben Ashton", "license": "MIT", "devDependencies": { "webpack": "5.x", "webpack-cli": "4.x" } }