summaryrefslogtreecommitdiff
path: root/node_modules/@11ty/dependency-tree-esm/package.json
blob: d49a094b214a14e778edc01a03979e7c96289f5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "name": "@11ty/dependency-tree-esm",
  "version": "2.0.0",
  "description": "Finds all JavaScript ES Module dependencies from a filename.",
  "main": "main.js",
  "scripts": {
    "test": "npx ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/11ty/eleventy-dependency-tree-esm.git"
  },
  "author": {
    "name": "Zach Leatherman",
    "email": "zach@zachleat.com",
    "url": "https://zachleat.com/"
  },
  "license": "MIT",
  "dependencies": {
    "@11ty/eleventy-utils": "^2.0.1",
    "acorn": "^8.14.0",
    "dependency-graph": "^1.0.0",
    "normalize-path": "^3.0.0"
  },
  "devDependencies": {
    "ava": "^6.2.0"
  },
  "ava": {
    "files": [
      "./test/*.js"
    ],
    "watchMode": {
      "ignoreChanges": [
        "./test/stubs/**"
      ]
    }
  }
}