From de39614cb078f0b95436ee6175530128ed943368 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Sun, 28 Aug 2022 21:30:24 +0000 Subject: [PATCH] Add dylan-package.json --- dylan-package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dylan-package.json diff --git a/dylan-package.json b/dylan-package.json new file mode 100644 index 000000000..5fce634d8 --- /dev/null +++ b/dylan-package.json @@ -0,0 +1,21 @@ +{ + "name": "opendylan", + "category": "compilers", + "description": "The Open Dylan compiler, IDE, and core libraries", + "dependencies": [ + "collection-extensions@0.1", + "command-line-parser@3.2", + "dylan-tool@0.11", + "json@1.1", + "meta@0.1", + "regular-expressions@0.2", + "strings@1.2", + "xml-parser@0.2" + ], + "dev-dependencies": [ + "sphinx-extensions", + "testworks" + ], + "url": "https://github.com/dylan-lang/opendylan", + "version": "2024.2.0" +}