-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.51 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "moi-helper",
"version": "0.0.3",
"dependencies": {
"commander": "^5.1.0",
"csv": "^5.3.2",
"js-yaml": "^3.13.1",
"mathml": "^1.1.11",
"pg-native": "^3.0.0",
"pg-promise": "^10.5.6",
"preq": "^0.5.14",
"xmldom": "^0.5.0",
"xpath": "0.0.32",
"bluebird": "^3.7.2",
"debug": "^4.1.1"
},
"description": "Helper package to discover mathematical objects of interest",
"main": "lib_/filter.js",
"types": "lib/filter.d.ts",
"directories": {
"test": "test"
},
"devDependencies": {
"@types/bluebird": "^3.5.31",
"@types/chai": "^4.2.11",
"@types/csv-parse": "^1.2.2",
"@types/debug": "^4.1.5",
"@types/js-yaml": "^3.12.4",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.1",
"@types/xmldom": "^0.1.29",
"chai": "^4.2.0",
"mocha": "^7.1.2",
"prettier": "^2.0.5",
"ts-node": "^8.10.1",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.2"
},
"scripts": {
"test": "mocha --require ts-node/register test/**/*.ts",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ag-gipp/node-moi-helper.git"
},
"files": [
"lib/**/*"
],
"author": "Moritz Schubotz",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ag-gipp/node-moi-helper/issues"
},
"homepage": "https://github.com/ag-gipp/node-moi-helper#readme"
}