-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.16 KB
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
40
41
{
"name": "@venode/monorepo",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm -r --filter venode run build",
"dev": "pnpm -r --filter venode run dev",
"test:core": "pnpm -r --filter basic run test",
"test:all": "cross-env CI=true pnpm -r --stream run test --",
"typecheck": "pnpm -r --parallel run typecheck",
"lint": "echo TODO"
},
"devDependencies": {
"@antfu/install-pkg": "^0.1.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/shelljs": "^0.8.11",
"buffer-es6": "^4.9.3",
"cross-env": "^7.0.3",
"esbuild": "^0.14.27",
"esbuild-node-loader": "^0.6.5",
"esno": "^0.14.1",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
"kill-port": "^1.6.1",
"process-es6": "^0.11.6",
"puppeteer": "^13.5.1",
"rimraf": "^3.0.2",
"rollup": "2.55",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-esbuild": "^4.8.2",
"shelljs": "^0.8.5",
"typescript": "^4.6.2",
"utility-types": "^3.10.0",
"vite": "^2.8.6",
"vitest": "0.7.7"
}
}