-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.54 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
60
61
62
63
64
{
"name": "jam",
"version": "1.0.0",
"description": "",
"main": "index.js",
"husky": {
"hooks": {
"pre-commit": "npm run format:fix"
}
},
"scripts": {
"build": "tsc",
"format:fix": "pretty-quick --staged"
},
"author": "casa.au.dk",
"license": "MIT",
"dependencies": {
"@types/async": "^3.2.3",
"@types/graphviz": "0.0.31",
"@types/request": "^2.48.5",
"@types/rimraf": "^3.0.0",
"@types/semver": "^7.3.1",
"@types/table": "^5.0.0",
"acorn": "7.1.0",
"acorn-loose": "^7.1.0",
"acorn-walk": "^7.2.0",
"async": "^3.2.0",
"cytoscape": "^3.15.1",
"data-to-latex": "^0.4.3",
"fs-extra": "^9.0.0",
"get-repository-url": "^2.0.0",
"graphviz": "0.0.9",
"is-builtin-module": "^3.0.0",
"lodash": "^4.17.15",
"request": "^2.88.2",
"semver": "^7.3.2",
"simple-git": "^2.12.0",
"source-map-support": "^0.5.19",
"table": "^5.4.6",
"tmp": "^0.2.1",
"ts-option": "^2.1.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@persper/js-callgraph": "^1.3.2",
"@types/acorn": "4.0.5",
"@types/chai": "^4.2.3",
"@types/cytoscape": "^3.14.5",
"@types/estree": "0.0.44",
"@types/fs-extra": "^9.0.1",
"@types/lodash": "^4.14.155",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.9",
"@types/tmp": "^0.2.0",
"chai": "^4.2.0",
"commander": "^5.1.0",
"husky": "^4.2.5",
"mocha": "^6.2.1",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.2"
}
}