{ "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/**" ] } } }