-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 624 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 624 Bytes
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
{
"name": "utf9k",
"version": "1.0.0",
"description": "JS toolchain for building utf9k",
"repository": {
"type": "git",
"url": "git+https://github.com/marcus-crane/utf9k.git"
},
"license": "MIT",
"author": "Marcus Crane <marcus@utf9k.net>",
"type": "commonjs",
"main": "index.js",
"scripts": {
"build": "hugo && npx rehype-cli public -o"
},
"devDependencies": {
"@shikijs/rehype": "^3.20.0",
"@shikijs/transformers": "^3.20.0",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"rehype-cli": "^12.0.1",
"rehype-format": "^5.0.1"
}
}