@sqliteai/sqlite-wasm
Version:
SQLite Wasm compiled with automatically initialized sqlite-sync and sqlite-vector extensions. Conveniently packaged as an ES Module for effortless integration.
74 lines (73 loc) • 2.13 kB
JSON
{
"name": "@sqliteai/sqlite-wasm",
"version": "3.50.4-sync.0.8.55-vector.0.9.51",
"description": "SQLite Wasm compiled with automatically initialized sqlite-sync and sqlite-vector extensions. Conveniently packaged as an ES Module for effortless integration.",
"keywords": [
"sqlite",
"sqlite3",
"sqlite-wasm",
"sqlite3-wasm",
"webassembly",
"wasm",
"esm",
"opfs",
"origin-private-file-system",
"sync",
"offsync",
"cloudsync",
"sqlite-sync",
"vector",
"sqlite-vector",
"sqliteai"
],
"main": "index.mjs",
"node": "node.mjs",
"type": "module",
"files": [
"index.d.ts",
"index.mjs",
"node.mjs",
"sqlite-wasm/"
],
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"node": "./node.mjs",
"import": "./index.mjs",
"main": "./index.mjs",
"browser": "./index.mjs"
},
"./package.json": "./package.json",
"./sqlite3.wasm": "./sqlite-wasm/jswasm/sqlite3.wasm"
},
"scripts": {
"publint": "npx publint",
"check-types": "tsc",
"clean": "cd .. && git clean -fdX",
"build": "npm run clean && cd .. && ./build.sh",
"start": "npx http-server --coop -p 3571",
"test": "npm run start & HTTP_SERVER_PID=$! && sleep 3 && node test/test.cjs && kill $HTTP_SERVER_PID",
"fix": "npx prettier . --write",
"bundle": "npm run build && npm i && npm run fix && npm run publint && npm run check-types && npm run test",
"deploy": "npm run bundle && npm publish --tag latest --access public --provenance"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sqliteai/sqlite-wasm.git"
},
"author": "Gioele Cantoni (gioele@sqlitecloud.io)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sqliteai/sqlite-wasm/issues"
},
"homepage": "https://github.com/sqliteai/sqlite-wasm#readme",
"devDependencies": {
"http-server": "github:vapier/http-server",
"playwright": "*",
"prettier": "^3.5.3",
"prettier-plugin-jsdoc": "^1.3.2",
"publint": "^0.3.12",
"typescript": "^5.8.3"
}
}