0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-22 19:28:40 +00:00
Files
libsql/libsql-sqlite3/ext/crr/package.json

37 lines
781 B
JSON

{
"name": "@vlcn.io/crsqlite",
"version": "0.15.1-next.0",
"description": "CR-SQLite loadable extension",
"homepage": "https://vlcn.io",
"repository": {
"type": "git",
"url": "git://github.com/vlcn-io/cr-sqlite"
},
"files": [
"Makefile",
"src/**",
"rs/**/*.rs",
"rs/**/*.toml",
"rs/**/*.lock",
"rs/**/*.h",
"nodejs-helper.d.ts",
"nodejs-helper.js",
"nodejs-install-helper.js"
],
"type": "module",
"main": "nodejs-helper.js",
"types": "nodejs-helper.d.ts",
"scripts": {
"install": "node ./nodejs-install-helper.js",
"test": "make test",
"deep-clean": "rm -rf ./dbg || true && rm -rf ./dist || true"
},
"license": "Apache 2",
"keywords": [
"sql",
"sqlite",
"sqlite3",
"crdt"
]
}