35 lines
1 KiB
JSON
35 lines
1 KiB
JSON
{
|
|
"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"
|
|
}
|