package.json (1165B)
1 { 2 "name": "autolevel", 3 "version": "2.0.3", 4 "description": "automatically connect levelup using database url", 5 "main": "src/index.js", 6 "homepage": "https://github.com/finwo/autolevel", 7 "repository": { 8 "type": "git", 9 "url": "https://github.com/finwo/autolevel" 10 }, 11 "scripts": { 12 "test": "scripts/test.sh", 13 "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{print $2}' | sed 's/[\",]//g' | tr -d '[[:space:]]') && npm deprecate \"autolevel@<${PACKAGE_VERSION}\" \"Rolling release, please update to ${PACKAGE_VERSION}\"" 14 }, 15 "author": "Robin Bron <robin@finwo.nl>", 16 "license": "MIT", 17 "devDependencies": { 18 "is-buffer": "^2.0.5", 19 "rimraf": "^3.0.2", 20 "tape": "^5.2.2" 21 }, 22 "dependencies": { 23 "app-root-path": "^3.0.0", 24 "levelup": "^5.0.1", 25 "url-parse": "^1.5.1" 26 }, 27 "optionalDependencies": { 28 "leveldown": "^6.0.0", 29 "memdown": "^6.0.0", 30 "mongodown": "^2.0.0" 31 }, 32 "funding": { 33 "url": "https://github.com/sponsors/finwo" 34 }, 35 "keywords": [ 36 "autolevel", 37 "database", 38 "db", 39 "store", 40 "storage", 41 "leveldb", 42 "level" 43 ] 44 }