This commit is contained in:
2022-05-20 16:53:14 +06:00
commit 8bb9311b99
10 changed files with 2329 additions and 0 deletions

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "manpage-html",
"version": "0.0.1",
"license": "CC-BY-4.0",
"devDependencies": {
"@parcel/transformer-pug": "2.5.0",
"@parcel/transformer-sass": "2.5.0",
"parcel": "^2.5.0"
},
"scripts": {
"build": "parcel build index.pug",
"serve": "parcel watch index.pug"
}
}