0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-22 06:53:58 +00:00
Files
libsql/libsql-sqlite3/ext/crr/package.json

37 lines
774 B
JSON
Raw Permalink Normal View History

2023-03-30 08:41:27 -04:00
{
"name": "@vlcn.io/crsqlite",
2023-12-21 15:05:06 -05:00
"version": "0.16.1",
2023-03-30 08:41:27 -04:00
"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"
2023-12-21 15:05:06 -05:00
]
2023-03-30 08:41:27 -04:00
}