mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-26 00:47:57 +03:00
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"name": "tachi-autogen-docs",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Scripts for automatically generating Tachi documentation.",
|
|
"scripts": {
|
|
"run": "ts-node src/main.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "zk",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 16.0.0"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^10.0.0",
|
|
"tachi-common": "workspace:../../common"
|
|
}
|
|
} |