-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.92 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "powership",
"version": "2.0.4",
"private": true,
"scripts": {
"pack": "run-s pack:*",
"pack:publish": "run \"pnpm publish\"",
"pre": "run prepublishOnly",
"fix": "turbo run fix",
"test": "turbo run test",
"validate": "(cd packages/schema && npm run prepublish)",
"doc": "typedoc",
"i": "rm -rf node_modules/.pnpm && rm -rf pnpm-lock.yaml && pnpm install",
"clear": "run-s clear:* && pnpm install",
"clear:root": "rm -rf node_modules *-lock.yaml *-lock.json",
"clear:packages": "run \"rm -rf node_modules *-lock.yaml *-lock.json\" out"
},
"devDependencies": {
"@powership/babel-plugins": "workspace:*",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.1.2",
"@types/node": "16.18.3",
"@types/shelljs": "0.8.11",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "4.15.2",
"conditional-type-checks": "1.0.6",
"esbuild": "0.15.10",
"eslint": "7.20.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"fs-extra": "10.1.0",
"jest": "29.1.2",
"npm-run-all": "4.1.5",
"prettier": "2.4.0",
"prettier-plugin-multiline-arrays": "^1.1.3",
"rimraf": "3.0.2",
"shelljs": "0.8.5",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"turbo": "1.9.1",
"typedoc-plugin-markdown": "3.14.0",
"typescript": "4.8.2"
},
"xworkspaces": [
"@powership/accounts",
"@powership/babel-plugins",
"powership",
"@powership/entity",
"utils",
"@powership/helpers",
"logstorm",
"@powership/mongo",
"runmate",
"@powership/schema",
"@powership/transporter"
],
"dependencies": {
"typedoc": "0.23.24"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"packageManager": "[email protected]"
}