-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 830 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 830 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
{
"name": "web-media-annotator-monorepo",
"version": "1.0.0",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"build": "npm run build -w packages/core && npm run build -w packages/ui && npm run build -w packages/react && npm run build -w packages/embed && npm run build -w apps/demo",
"test": "npm run test --workspaces",
"lint": "npm run lint --workspaces",
"dev:demo": "npm run dev -w apps/demo"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"eslint": "^9.39.2",
"globals": "^17.3.0",
"prettier": "^3.0.0",
"rimraf": "^5.0.0",
"typescript": "^5.9.3"
},
"author": "Hasiel Hassan",
"license": "MPL-2.0"
}