-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"name": "bexistestsvelte",
"version": "1.0.0",
"description": "automated integration tests for BExIS_Svelte",
"scripts": {
"TreeView": "cross-env TEST_FOLDER='Treeview' mocha --recursive --require @babel/register",
"DataTables": "cross-env TEST_FOLDER='DataTables' mocha --recursive --require @babel/register"
},
"author": {
"name": "Aziz Bayramli"
},
"contributors": [
{
"name": "Franziska Zander"
}
],
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/node": "^7.15.8",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.4",
"@types/jquery": "^3.5.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"mocha": "^9.1.2",
"mocha-eslint": "^7.0.0",
"mocha-junit-reporter": "^2.0.2",
"puppeteer": "^10.4.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1"
}
}