{ "name": "phundrak.com", "version": "0.1.0", "description": "Static website of Phundrak", "main": "index.js", "repository": "https://labs.phundrak.com/phundrak/vuepress-www", "author": "Lucien Cartier-Tilet ", "license": "AGPL-3.0", "private": true, "devDependencies": { "cz-conventional-changelog": "^3.3.0", "vuepress": "^2.0.0-beta.60" }, "scripts": { "dev": "vuepress dev content", "build": "vuepress build content" }, "dependencies": { "vuepress-plugin-remove-html-extension": "^0.1.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }