-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 867 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 867 Bytes
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
{
"name": "node_test",
"version": "1.0.0",
"scripts": {
"start": "LD_LIBRARY_PATH=$MTENGHOME:$LD_LIBRARY_PATH QT_PLUGIN_PATH=$MTENGHOME/plugins QT_QPA_PLATFORM=offscreen node ./index.js",
"debug": "LD_LIBRARY_PATH=$MTENGHOME:$LD_LIBRARY_PATH QT_PLUGIN_PATH=$MTENGHOME/plugins QT_QPA_PLATFORM=offscreen node --inspect-brk=9222 ./index.js",
"test": "LD_LIBRARY_PATH=$MTENGHOME:$LD_LIBRARY_PATH QT_PLUGIN_PATH=$MTENGHOME/plugins QT_QPA_PLATFORM=offscreen mocha"
},
"dependencies": {
"ge": "github:aptech/gsoop"
},
"repository": {
"type": "git",
"url": "https://github.com/aptech/gsoop-node-test.git"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.2"
},
"directories": {
"test": "test"
},
"author": "Aptech Systems",
"description": "Test runner for gsoop node.js bindings for the GAUSS Engine."
}