-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
45 lines (45 loc) · 1.41 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
{
"name": "policy_templates",
"version": "1.0.0",
"description": "**Flexera Policy Templates**",
"main": "",
"scripts": {
"textlint": "textlint \"$npm_config_script\" 1>textlint.log",
"textlint:fix": "textlint --fix",
"ec": "ec",
"markdownlint-cli2": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#bundle\""
},
"dependencies": {
"atob": "^2.1.2",
"btoa": "^1.2.1",
"editorconfig-checker": "^4.0.2",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"json5": "^2.2.3",
"markdownlint": "^0.25.1",
"markdownlint-cli2": "0.14.0",
"minimatch": "^5.1.2",
"minimist": "^1.2.7",
"textlint": "^12.1.0",
"textlint-filter-rule-allowlist": "^2.0.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-editorconfig": "git+https://github.com/arrowrowe/textlint-rule-editorconfig.git",
"textlint-rule-no-dead-link": "^4.8.0",
"trim": ">=0.0.3",
"underscore": "^1.4.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flexera-public/policy_templates.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/flexera-public/policy_templates/issues"
},
"homepage": "https://github.com/flexera-public/policy_templates#readme",
"devDependencies": {}
}