aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-12 01:02:45 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-12 12:30:14 +0100
commit68a999ed21907ef8f14c1aa0bf760d3c9b4b4c8c (patch)
treea9cb57d999005c2b0fc7c94f45b89aacea23a95b /package.json
Add parsing
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"
+ }
+}