forked from organicmaps/organicmaps.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 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
{
"name": "organicmaps.github.io",
"version": "1.0.0",
"description": "Tools and utils",
"main": " ",
"directories": {
"doc": "docs"
},
"devDependencies": {
"js-beautify": "^1.15.1",
"node-html-markdown": "^1.3.0",
"node-html-parser": "^6.1.13",
"postcss-scss": "^4.0.9",
"prettier": "^3.4.2",
"stylelint": "^16.12.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-scss": "^6.10.0"
},
"scripts": {
"format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md && js-beautify -r templates/base.html",
"news": "node update_news.js",
"upgrade": "npx npm-check-updates -u && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/organicmaps/organicmaps.github.io.git"
},
"author": "Organic Maps OU",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/organicmaps/organicmaps.github.io/issues"
},
"homepage": "https://github.com/organicmaps/organicmaps.github.io#readme"
}