diff --git a/flat.json b/flat.json new file mode 100644 index 000000000..537f2a94c --- /dev/null +++ b/flat.json @@ -0,0 +1,12 @@ +{ + "name": "Flat", + "version": "0.1.2", + "description": "Flat compiler", + "author": "Braden Steffaniak", + "license": "ISC", + "scripts": { + "build": [ + ["mvn", "install"] + ] + } +}