mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
16 lines
347 B
JSON
16 lines
347 B
JSON
{
|
|
"name": "@hugo-fixit/integration",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Integration utilities for the FixIt theme",
|
|
"author": "Lruihao",
|
|
"scripts": {
|
|
"start": "tsx src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@hugo-fixit/shared": "workspace:*",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"fs-extra": "^11.3.3"
|
|
}
|
|
}
|