aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 4d337768719f07b2f72754e5fce23a5e1ff0f72e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "wmap-parser",
  "version": "1.0.1",
  "description": "Parser for wmap formatted Wardley Map files.",
  "type": "module",
  "main": "src/index.js",
  "types": "dist/index.d.ts",
  "scripts": {},
  "keywords": ["Wardley Maps", "Wardley", "wmap", "Wardley Mapping"],
  "author": "Rubén Beltrán del Río <wmap.parser@r.bdr.sh>",
  "license": "AGPL-3.0",
  "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"
  }
}