forked from dreamcatchme/documentation-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 854 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
{
"name": "documentation",
"version": "1.0.0",
"description": "Documentation",
"repository": {
"type": "git",
"url": "git+https://github.com/iotaledger/documentation.git"
},
"bugs": {
"url": "https://github.com/iotaledger/documentation/issues"
},
"scripts": {
"validate": "node buildProjects.js --no-remote"
},
"pre-commit": [
"validate"
],
"homepage": "https://github.com/iotaledger/documentation#readme",
"devDependencies": {
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.2",
"emoji-regex": "^9.0.0",
"emoji-unicode": "^2.0.0",
"markdown-it": "^11.0.0",
"node-emoji": "^1.10.0",
"pre-commit": "^1.2.2",
"remark": "^12.0.0",
"spellchecker": "^3.7.0",
"strip-markdown": "^3.1.2"
}
}