forked from ExpoSEJS/z3javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 935 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
{
"name": "z3javascript",
"version": "0.0.1",
"description": "ExpoSE: Z3 Prover bindings for JavaScript",
"main": "./bin/Z3.js",
"dependencies": {
"eslint": "^5.16.0",
"ffi-napi": "^4.0.3",
"node-gyp": "*",
"ref-napi": "^3.0.2",
"ref-array-napi": "^1.2.2"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5"
},
"scripts": {
"prepublish": "./scripts/setup",
"postinstall": "./scripts/postinstall",
"build": "./scripts/postinstall; ./scripts/setup",
"test": "Z3_PATH=./bin/libz3 ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExpoSEJS/z3javascript.git"
},
"author": "Blake Loring <[email protected]>",
"license": "MIT (./LICENSE)",
"bugs": {
"url": "https://github.com/ExpoSEJS/z3javascript/issues"
},
"homepage": "https://github.com/ExpoSEJS/z3javascript#readme"
}