-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.61 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.61 KB
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
{
"name": "@typescord/mrm-preset",
"description": "MRM preset used by Typescord for all core packages",
"version": "2.1.2",
"main": "build/config.json",
"prettier": "@typescord/prettier-config",
"scripts": {
"prepublish": "yarn build",
"build": "rimraf build && tsc",
"lint": "eslint . --ext ts",
"lint-fix": "yarn lint --fix",
"format": "prettier . --write",
"mrm": "mrm --dir ./build"
},
"engines": {
"node": ">=12.0.0 <17"
},
"author": "Typescord",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/typescord/mrm-preset.git"
},
"homepage": "https://github.com/typescord/mrm-preset#readme",
"bugs": {
"url": "https://github.com/typescord/mrm-preset/issues"
},
"dependencies": {
"mrm-core": "^6.0.0",
"semver": "^7.3.5"
},
"devDependencies": {
"@types/node": "^14.14.41",
"@types/semver": "^7.3.4",
"@typescord/eslint-config": "^0.2.0",
"@typescord/prettier-config": "^0.1.2",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.6.0",
"eslint-plugin-unicorn": "^30.0.0",
"lodash": "^4.17.21",
"mrm": "^3.0.1",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"typescript": "^4.2.4"
},
"files": [
"build"
],
"keywords": [
"mrm-preset",
"mrm",
"typescord"
]
}