-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 848 Bytes
/
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
{
"name": "poziomka",
"version": "1.0.2",
"description": "Fast and opinionated leveldb interface.",
"author": {
"name": "Damian Krzeminski",
"email": "[email protected]",
"url": "https://pirxpilot.me"
},
"repository": {
"type": "git",
"url": "https://github.com/pirxpilot/poziomka.git"
},
"license": "MIT",
"keywords": [
"poziomka",
"leveldb"
],
"dependencies": {
"@pirxpilot/cmake-js": "~5",
"bindings": "^1.5.0",
"nan": "^2.13.2",
"prebuild-install": "~7"
},
"devDependencies": {
"jshint": "~2",
"tap-dot": "^2.0.0",
"tape": "~5",
"tmp": "~0"
},
"scripts": {
"install": "prebuild-install || cmake-js build",
"prebuild": "make prebuild",
"test": "make check"
},
"files": [
"index.js",
"CMakeLists.txt",
"src",
"deps"
]
}