-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 895 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
{
"name": "@jiulu/one-monorepo",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"all":"pnpm --recursive --parallel --stream",
"main": "pnpm --filter @jiulu/one-main",
"basic": "pnpm --filter @jiulu/one-basic",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": {
"name": "futuremeng",
"email": "futuremeng@gmail.com",
"url": "https://github.com/futuremeng"
},
"license": "MIT",
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"devDependencies": {
"@originjs/vite-plugin-federation": "^1.3.6",
"eslint": "^8.57.1",
"rimraf": "^6.0.1",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1",
"typescript": "~5.6.3"
}
}