mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 22:33:33 +01:00
- Introduced a new `update-wiki` script to automate the synchronization of implementation documentation from the repository to the wiki. - Added necessary configuration files including `package.json`, `tsconfig.json`, and `.gitignore` for the new script. - Updated the Makefile to include a target for running the `update-wiki` script.
11 lines
154 B
JSON
11 lines
154 B
JSON
{
|
|
"name": "update-wiki",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
}
|
|
}
|