-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1010 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1010 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
32
33
34
35
{
"workspaces": [
"workspaces/documentation-ui",
"workspaces/vis-network",
"workspaces/size-satisfies",
"workspaces/cache",
"workspaces/server",
"workspaces/cli"
],
"scripts": {
"lint": "eslint workspaces",
"lint-fix": "npm run lint -- --fix",
"build": "npm run build --ws --if-present",
"test": "npm run lint && npm run test --ws --if-present",
"coverage": "c8 --reporter=lcov npm run test",
"ci:publish": "changeset publish",
"ci:version": "changeset version",
"clean": "clear-ts-build"
},
"author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "1.0.0",
"@changesets/cli": "3.0.0",
"@openally/config.eslint": "2.4.3",
"@openally/config.typescript": "1.3.0",
"@types/node": "26.2.0",
"c8": "12.0.0",
"eslint-plugin-jsdoc": "64.1.0",
"pkg-ok": "4.0.0",
"rimraf": "6.1.3",
"typescript": "6.0.3",
"vite": "8.2.1"
}
}