-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.35 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
{
"name": "ELAT",
"version": "1.0.0",
"description": "ELAT Workbench",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"node-gzip": "^1.1.2",
"require": "^2.4.20",
"serialize-javascript": "^3.1.0",
"uglify-js": "^3.7.1"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/node": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^6.7.2",
"eslint-config-node": "^4.0.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"jest": "^24.9.0",
"jest-puppeteer": "^4.3.0",
"jquery": "^3.5.0",
"jsstore": "^3.4.5",
"puppeteer": "^1.20.0",
"sqlweb": "^1.3.2",
"webpack": "^4.41.2"
},
"jest": {
"setupFiles": [
"./setup-jest.js"
]
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mvallet91/ELAT-Workbench.git"
},
"keywords": [
"testing",
"elat"
],
"author": "MV",
"license": "ISC",
"bugs": {
"url": "https://github.com/mvallet91/ELAT-Workbench/issues"
},
"homepage": "https://github.com/mvallet91/ELAT-Workbench"
}