-
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) · 874 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 874 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
{
"name": "one",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/ovo-zhou/one.git",
"author": "ryan <ryanhhuang@tencent.com>",
"license": "MIT",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"lint": "eslint .",
"clean": "rimraf packages/*/dist apps/*/dist packages/*/build apps/*/.next packages/*/node_modules apps/*/node_modules node_modules",
"prepare": "husky"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@eslint/js": "^9.39.1",
"@eslint/markdown": "^7.5.1",
"@typescript-eslint/eslint-plugin": "^8.47.0",
"chalk": "^5.6.2",
"eslint": "^9.39.1",
"eslint-plugin-json": "^4.0.1",
"husky": "^9.1.7",
"rimraf": "^6.1.0",
"typescript-eslint": "^8.46.4"
},
"type": "module"
}