From 460f9b96dbe49887621ee948af42639deee70fdd Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Sun, 1 Oct 2017 01:37:38 +0900 Subject: [PATCH] Add support for clib --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..5d1061f --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "sqlite-amalgamation", + "version": "3.20.1", + "description": "An in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.", + "repo": "LeakyAbstractions/sqlite-amalgamation", + "src": [ + "shell.c", + "sqlite3.c", + "sqlite3.h", + "sqlite3ext.h" + ], + "keywords": [ + "sqlite", + "library", + "sqlite-amalgamation", + "cmake" + ] +} \ No newline at end of file