-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.02 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
{
"private": true,
"description": "",
"author": "QLIK",
"contributors": [
"miralemd"
],
"license": "MIT",
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/qlik-oss/scriptappy"
},
"bugs": {
"url": "https://github.com/qlik-oss/scriptappy/issues"
},
"homepage": "https://github.com/qlik-oss/scriptappy#readme",
"devDependencies": {
"@babel/core": "7.20.12",
"babel-eslint": "10.1.0",
"babel-plugin-istanbul": "6.1.1",
"chai": "4.3.7",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"lerna": "6.5.1",
"prettier": "2.8.1",
"sinon": "15.0.1",
"sinon-chai": "3.7.0"
},
"scripts": {
"clean": "lerna clean",
"lint": "eslint packages",
"test": "jest",
"spec": "lerna run spec",
"dts": "lerna run dts"
},
"workspaces": [
"packages/*",
"examples/*"
]
}