summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-24 18:59:13 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-24 18:59:13 -0700
commit203925d9a48d34537bdf6cd25502134df5e91ae7 (patch)
treeafe8a12679568ba00bfa019b0a5b6f13a3778c00 /package.json
downloadtabloid-compiler-main.tar.gz
tabloid-compiler-main.zip
initial commitHEADmain
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..d511a33
--- /dev/null
+++ b/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "tabloid-compiler",
+ "type": "module",
+ "devDependencies": {
+ "@types/bun": "latest"
+ },
+ "module": "src/index.ts",
+ "peerDependencies": {
+ "typescript": "^5.0.0"
+ },
+ "dependencies": {
+ "@types/minimist": "^1.2.5",
+ "minimist": "^1.2.8",
+ "prettier": "^3.2.4",
+ "ts-pegjs": "^4.2.1",
+ "tspeg": "^3.3.1"
+ }
+}