PawSQLite/package.json

22 lines
508 B
JSON
Raw Normal View History

2021-03-01 18:47:07 -08:00
{
"name": "pawsqlite",
2021-03-01 18:47:07 -08:00
"version": "1.0.0",
"description": "An SQLite interface with adapters for Cordova and WebSQL",
"main": "./lib/pawsqlite.js",
"module": "./src/pawsqlite.mjs",
2021-03-01 18:47:07 -08:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2021-03-01 19:26:36 -08:00
"build": "webpack"
2021-03-01 18:47:07 -08:00
},
"repository": {
"type": "git",
"url": "https://git.n0m.org/n0m/PawSQLite.git"
},
2021-03-01 18:47:07 -08:00
"author": "Ben Ashton",
"license": "MIT",
"devDependencies": {
"webpack": "5.x",
"webpack-cli": "4.x"
2021-03-01 18:47:07 -08:00
}
}