-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "autolevel",
"version": "2.0.3",
"description": "automatically connect levelup using database url",
"main": "src/index.js",
"homepage": "https://github.com/finwo/autolevel",
"repository": {
"type": "git",
"url": "https://github.com/finwo/autolevel"
},
"scripts": {
"test": "scripts/test.sh",
"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}\""
},
"author": "Robin Bron <robin@finwo.nl>",
"license": "MIT",
"devDependencies": {
"is-buffer": "^2.0.5",
"rimraf": "^3.0.2",
"tape": "^5.2.2"
},
"dependencies": {
"app-root-path": "^3.0.0",
"levelup": "^5.0.1",
"url-parse": "^1.5.1"
},
"optionalDependencies": {
"leveldown": "^6.0.0",
"memdown": "^6.0.0",
"mongodown": "^2.0.0"
},
"funding": {
"url": "https://github.com/sponsors/finwo"
},
"keywords": [
"autolevel",
"database",
"db",
"store",
"storage",
"leveldb",
"level"
]
}