forked from wepsim/wepsim
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "wepsim-travisci",
"description": "Check WepSIM",
"author": "[email protected]",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/acaldero/wepsim.git"
},
"license": "GPL-3.0",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.29.0",
"eslint-plugin-json-format": "^2.0.1",
"jshint": "^2.13.6",
"terser": "^4.8.1"
},
"scripts": {
"test-source1": "./devel/test_jshint.sh",
"test-wepsim-node1": "./devel/test_wepsim.sh co",
"test-wepsim-node2": "./devel/test_wepsim.sh rs"
},
"dependencies": {
"@codemirror/gutter": "^0.19.9",
"@codemirror/highlight": "^0.19.8",
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.13.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"async": "^3.2.4",
"clear": "^0.1.0",
"codemirror": "^6.0.1",
"commander": "^10.0.1",
"commander-completion": "^1.0.1",
"fuzzy": "^0.1.3",
"inquirer": "^8.2.5",
"inquirer-autocomplete-prompt": "^1.4.0",
"inquirer-command-prompt": "^0.1.0",
"optionator": "^0.9.1",
"readline-sync": "^1.4.10",
"rollup": "^3.29.5",
"vue": "^3.5.12",
"vuex": "^4.1.0",
"winston": "^2.4.7",
"yargs": "^15.4.1"
}
}