-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.67 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
{
"name": "@2bad/mimir",
"description": "Translation and validation toolkit.",
"keywords": [],
"homepage": "https://github.com/2bad/mimir#readme",
"bugs": {
"url": "https://github.com/2bad/mimir/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/2BAD/mimir.git"
},
"license": "MIT",
"author": "Oleh Zhmaiev (https://github.com/grasword)",
"type": "module",
"workspaces": [
"packages/translator",
"packages/validator",
"packages/cli"
],
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "none"
},
"devDependencies": {
"@2bad/tsconfig": "2.0.1",
"@swc/cli": "0.1.63",
"@swc/core": "1.3.96",
"@types/debug": "4.1.12",
"@types/node": "20.9.3",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@vitest/coverage-v8": "0.34.6",
"chokidar": "3.5.3",
"eslint": "8.54.0",
"eslint-config-oclif": "5.0.0",
"eslint-config-oclif-typescript": "3.0.18",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard-with-typescript": "39.1.1",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsdoc": "46.9.0",
"eslint-plugin-n": "16.3.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vitest": "0.3.10",
"npm-run-all": "4.1.5",
"prettier": "3.1.0",
"rimraf": "5.0.5",
"tsc-alias": "1.8.8",
"typescript": "5.3.2",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.6"
},
"engines": {
"node": ">=18"
},
"volta": {
"node": "20.9.0",
"npm": "10.2.1"
}
}