UNPKG

icql

Version:

YeSQL meets SQLite: A SQLite Adapter built with InterCourse and BetterSQLite

39 lines (38 loc) 911 B
{ "name": "icql", "version": "5.3.0", "description": "YeSQL meets SQLite: A SQLite Adapter built with InterCourse and BetterSQLite ", "main": "lib/main.js", "scripts": { "build": "coffee --map -o lib -c src", "test": "npm run build && node lib/tests/main.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/loveencounterflow/icql.git" }, "keywords": [ "sql", "sqlite", "db", "yesql" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/loveencounterflow/icql/issues" }, "homepage": "https://github.com/loveencounterflow/icql#readme", "devDependencies": { "guy-test": "4.0.1" }, "dependencies": { "better-sqlite3": "^7.0.1", "cnd": "9.2.1", "hollerith-codec": "3.0.1", "intercourse": "7.0.1", "intertype": "7.6.6", "letsfreezethat": "^3.1.0", "ltsort": "1.3.1" } }