-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 824 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 824 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
{
"private": true,
"type": "module",
"workspaces": [
"packages/*",
"examples/*",
"apps/*"
],
"repository": "git@github.com:idealjs/mono-template.git",
"license": "MIT",
"scripts": {
"lint": "eslint packages/**/*.{tsx,ts} apps/**/*.{tsx,ts} --fix",
"cargo-test": "cargo test --no-fail-fast",
"cargo-test-snap": "cargo insta test"
},
"devDependencies": {
"@biomejs/biome": "^2.4.14",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.59.1",
"eslint": "^8.57.1",
"eslint-plugin-simple-import-sort": "^13.0.0",
"lodash": "^4.18.1",
"prettier": "^3.8.3",
"prettier-plugin-toml": "^2.0.6",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@4.0.1"
}