-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "cyber-hub",
"version": "0.0.1",
"author": "cyborgshead <[email protected]>",
"publishConfig": {
"access": "restricted"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/cybercongress/cyber-ts"
},
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "lerna run clean",
"build": "lerna run build --stream",
"lint": "lerna run lint --parallel",
"test": "lerna run test --stream --scope @cybercongress/cyber-ts",
"codegen": "lerna run codegen --stream --scope @cybercongress/cyber-ts",
"symlink": "symlink-workspace --logLevel error",
"postinstall": "yarn symlink",
"publish": "lerna publish"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"copyfiles": "^2.4.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint": "^9.9.0",
"jest": "^29.7.0",
"lerna": "^8.1.8",
"prettier": "^3.3.3",
"rimraf": "4.4.1",
"strip-ansi": "^5",
"symlink-workspace": "^1.9.0",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
}
}