handbook/package.json
Antonin Delpeuch eb7d402328
All checks were successful
/ test (push) Successful in 41s
Update after migrating from GitLab to Forgejo
2023-12-19 10:51:15 +01:00

30 lines
737 B
JSON

{
"name": "kanthaus-handbook",
"version": "1.0.0",
"description": "Hello handbook!",
"main": "index.js",
"dependencies": {
"honkit-plugin-page-freshness": "^0.1.0"
},
"devDependencies": {
"gitbook-plugin-advanced-emoji": "^0.2.2",
"gitbook-plugin-edit-link": "^2.0.2",
"honkit": "^5.1.1"
},
"scripts": {
"serve": "honkit serve",
"build": "honkit build . public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@ssh.git.kanthaus.online:2222/kanthaus/handbook.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://git.kanthaus.online/kanthaus/handbook/issues"
},
"homepage": "https://git.kanthaus.online/kanthaus/handbook#README"
}