-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2 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
70
{
"name": "powership",
"version": "5.8.0",
"private": true,
"scripts": {
"patch": "run-s patch:*",
"patch:prepare": "turbo prepublishOnly",
"patch:version": "run version patch",
"patch:publish": "pnpm exec \"pnpm publish --ignore-scripts\"",
"fix": "run fix",
"test": "run test",
"validate": "(cd packages/schema && npm run prepublish)",
"doc": "typedoc",
"i": "rm -rf node_modules/.pnpm && rm -rf pnpm-lock.yaml && pnpm install",
"reset": "./reset.sh",
"beta": "bun run scripts/beta.ts",
"beta-version": "bun run scripts/beta-version.ts"
},
"dependencies": {
"mongodb-memory-server": "10.1.2",
"mongodb-memory-server-core": "10.1.2",
"@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",
"bun-safe": "latest",
"bun-types": "1.0.26",
"conditional-type-checks": "1.0.6",
"eslint": "8.57.1",
"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": "6.0.1",
"runmate": "latest",
"semver": "7.5.2",
"shelljs": "0.8.5",
"ts-jest": "29.1.2",
"ts-node": "10.9.1",
"typedoc": "0.23.24",
"typedoc-plugin-markdown": "3.14.0",
"typescript": "5.7.2",
"zx": "7.2.3"
},
"xworkspaces": [
"@powership/accounts",
"@powership/babel-plugins",
"powership",
"@powership/entity",
"utils",
"logstorm",
"@powership/mongo",
"runmate",
"@powership/schema",
"@powership/transporter"
],
"packageManager": "pnpm@8.2.0",
"devDependencies": {
"turbo": "2.3.3"
}
}