-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 983 Bytes
/
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
{
"name": "notree",
"description": "monorepo for @notree/*",
"scripts": {
"ci": "pnpm run format:check && turbo run build lint typecheck && turbo run test",
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test",
"dev": "turbo run dev",
"typecheck": "turbo run typecheck",
"format": "prettier . --write",
"format:check": "prettier . --check"
},
"type": "module",
"private": true,
"author": "notree-md <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/notree-md/notree.git"
},
"homepage": "https://github.com/notree-md/notree#readme",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"turbo": "^1.11.2",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
}
}