-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.02 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": "elixir-docs-ru",
"version": "1.0.0",
"description": "Translation of official Elixir documentation into Russian",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wunsh/elixir-docs-ru.git"
},
"keywords": [
"docs",
"elixir-lang"
],
"author": "wunsh",
"license": "ISC",
"bugs": {
"url": "https://github.com/wunsh/elixir-docs-ru/issues"
},
"homepage": "https://github.com/wunsh/elixir-docs-ru#readme",
"scripts": {
"test": "remark *.md meta/ mix-otp/ -f"
},
"dependencies": {
"remark": "^8.0.0",
"remark-cli": "^4.0.0",
"remark-lint": "^6.0.1",
"remark-lint-are-links-valid-alive": "^0.2.1",
"remark-preset-lint-recommended": "^3.0.1"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended",
[
"remark-lint-list-item-indent",
"space"
]
],
"settings": {
"commonmark": true
}
}
}