-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 931 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 931 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
36
37
38
39
{
"name": "@dlightjs/monorepo",
"version": "1.0.0",
"description": "DLight monorepo",
"author": {
"name": "IanDx",
"email": "iandxssxx@gmail.com"
},
"keywords": [
"dlight.js"
],
"license": "MIT",
"files": [
"README.md"
],
"type": "module",
"packageManager": "pnpm@9.0.0+",
"scripts": {
"build": "turbo build",
"prepare": "husky",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-dlight": "workspace:*",
"eslint-plugin-prettier": "^5.1.1",
"husky": "^9.1.0",
"prettier": "^3.1.1",
"tsup": "^8.3.5",
"turbo": "^2.3.4",
"typescript": "^5.3.3"
}
}