-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "numerals-root",
"private": true,
"workspaces": [
"packages/eastern-arabic",
"packages/mayan",
"packages/hieroglyphic",
"packages/roman",
"packages/aegean",
"packages/thai",
"packages/hanifi-rohingya",
"packages/kaktovik",
"packages/numerals-client",
"packages/numerals-web"
],
"version": "0.8.0",
"author": "Amer Harb",
"license": "ISC",
"scripts": {
"lint": "yarn workspaces foreach --all -p run lint",
"lint:fix": "yarn workspaces foreach --all -p run lint:fix",
"build": "yarn workspaces foreach --all run build",
"test": "yarn workspaces foreach --all -p run test",
"make-coverage-badge": "yarn workspaces foreach --all -p run make-coverage-badge",
"start": "yarn workspaces foreach --all -p run start"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@types/node": "^20.11.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.54.0",
"jest": "^29.7.0",
"make-coverage-badge": "^1.2.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0",
"yarn": ">=4.0.0"
},
"packageManager": "yarn@4.1.0"
}