aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ac191a3
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "wmap-parser",
+ "version": "1.0.0",
+ "description": "Parser for wmap formatted Wardley Map files.",
+ "type": "module",
+ "main": "src/index.js",
+ "scripts": {
+ "benchmark": "node benchmark/index.js"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "AGPL-v3",
+ "packageManager": "pnpm@10.12.1",
+ "devDependencies": {
+ "@eslint/js": "^9.39.1",
+ "eslint": "^9.39.1",
+ "eslint-config-prettier": "^10.1.8",
+ "globals": "^16.5.0",
+ "prettier": "^3.7.4",
+ "tinybench": "^6.0.0"
+ }
+}