-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 939 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 939 Bytes
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
{
"name": "aurelia2-data-grid-monorepo",
"version": "1.0.0-rc.8",
"description": "",
"scripts": {
"build": "npm run build --workspaces",
"fake-service": "npm -w examples/fake-service run",
"test": "npm run test --workspaces --if-present"
},
"keywords": [],
"author": "",
"license": "MIT",
"workspaces": [
"package",
"examples/fake-service",
"examples/webpack-apps/non-customized",
"examples/webpack-apps/customized-header",
"examples/webpack-apps/customized-grid"
],
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.62.0",
"eslint": "^10.5.0",
"eslint-plugin-jsdoc": "^63.0.7",
"eslint-plugin-mocha": "^11.3.0",
"typescript": "^6.0.3"
}
}