-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "gen2e",
"version": "1.0.0",
"description": "gen2e monorepo, including examples and docs",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"publish": "lerna run build && lerna publish",
"start": "ts-node ./packages/gen2e-cli/src/index.ts",
"test": "lerna run test",
"format": "lerna run format",
"cloc": "find packages \\( -iname \\*.ts -o -iname \\*.js \\) -not -path \"*/node_modules/*\" -not -path \"*/out/*\" -not -path \"*/dist/*\" -not -path \"*.test.ts\" -not -path \"*.spec.ts\" | xargs wc -l"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "18.0.4",
"@nx/nx-darwin-x64": "18.0.4",
"@nx/nx-linux-x64-gnu": "18.0.4",
"@nx/nx-win32-x64-msvc": "18.0.4"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^30.0.6",
"lerna": "^8.1.3"
}
}