-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.33 KB
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
{
"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",
"engines": {
"node": ">=22"
},
"devDependencies": {
"@babel/core": "7.29.7",
"@babel/eslint-parser": "7.11.0",
"@babel/preset-env": "7.29.7",
"@eslint/compat": "2.1.0",
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "10.0.1",
"@babel/eslint-parser": "7.29.7",
"babel-plugin-istanbul": "8.0.0",
"chai": "6.2.2",
"eslint": "10.5.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-node": "^0.4.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "5.5.6",
"globals": "17.6.0",
"jest": "30.4.2",
"lerna": "9.0.7",
"prettier": "3.8.3",
"sinon": "22.0.0",
"sinon-chai": "4.0.1"
},
"scripts": {
"clean": "lerna clean",
"lint": "eslint packages",
"test": "jest",
"spec": "lerna run spec",
"dts": "lerna run dts"
},
"workspaces": [
"packages/*",
"examples/*"
],
"packageManager": "yarn@4.15.0"
}