-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1000 Bytes
/
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
{
"name": "@smarthead/mrm-preset",
"version": "2.5.1",
"description": "SmartHead preset for Mrm",
"author": "SmartHead (https://smarthead.ru)",
"homepage": "https://github.com/smarthead/mrm-preset",
"repository": {
"type": "git",
"url": "git+https://github.com/smarthead/mrm-preset.git"
},
"bugs": {
"url": "https://github.com/smarthead/mrm-preset/issues"
},
"private": false,
"license": "MIT",
"engines": {
"node": "^16"
},
"main": "config.json",
"files": [
"config.json",
"*/config.js",
"*/index.js",
"*/utils/*.js"
],
"keywords": [
"mrm",
"mrm-task",
"mrm-preset",
"smarthead"
],
"scripts": {
"lint:fix": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"mrm-core": "^7.1.13"
},
"devDependencies": {
"prettier": "^2.8.0"
}
}