From 74e05b21560f6273c0405e0ff01b1500f82c311c Mon Sep 17 00:00:00 2001 From: "specifyapp[bot]" <71139993+specifyapp[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:07:21 +0000 Subject: [PATCH] Add default .specifyrc.json --- .specifyrc.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .specifyrc.json diff --git a/.specifyrc.json b/.specifyrc.json new file mode 100644 index 0000000..47b8b38 --- /dev/null +++ b/.specifyrc.json @@ -0,0 +1,20 @@ +{ + "repository": "@eunoia-startup/get-started", + "head": "specifyrc-json", + "base": "main", + "version": "2", + "rules": [ + { + "name": "SDTF", + "parsers": [ + { + "name": "to-sdtf", + "output": { + "type": "file", + "filePath": "output/tokens.json" + } + } + ] + } + ] +} \ No newline at end of file