UNPKG

@aspen.cloud/aspendb

Version:

Your unified, personal database to store data for many applications.

59 lines (58 loc) 1.46 kB
{ "name": "@aspen.cloud/aspendb", "version": "0.3.6", "description": "Your unified, personal database to store data for many applications. ", "main": "lib/index.js", "scripts": { "build": "tsc", "test": "mocha -r ts-node/register test/**/*.test.ts", "prepack": "npm run test && rm -rf lib && tsc -b" }, "repository": { "type": "git", "url": "git+https://github.com/aspen-cloud/aspendb.git" }, "keywords": [ "database", "sqllite", "api", "personal", "private", "couchdb", "pouchdb", "aspen", "cloud" ], "files": [ "lib/**/*" ], "author": "Matthew Linkous <matthew.linkous@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/aspen-cloud/aspendb/issues" }, "homepage": "https://github.com/aspen-cloud/aspendb#readme", "dependencies": { "@types/node": "^13.7.7", "@types/pouchdb": "^6.4.0", "@types/pouchdb-upsert": "^2.2.6", "@types/shortid": "0.0.29", "platform-folders": "^0.4.1", "pouchdb": "^7.2.1", "pouchdb-adapter-node-websql": "^7.0.0", "pouchdb-collate": "^7.2.1", "pouchdb-find": "^7.2.1", "pouchdb-upsert": "^2.2.0", "shortid": "^2.2.15", "tslib": "^1" }, "devDependencies": { "@types/chai": "^4.2.10", "@types/mocha": "^7.0.2", "chai": "^4.2.0", "mocha": "^7.1.1", "pouchdb-adapter-memory": "^7.2.1", "ts-node": "^8.6.2", "typescript": "^3.8.3" } }