31 lines
616 B
JSON
31 lines
616 B
JSON
{
|
|
"name": "@11ty/dependency-tree",
|
|
"version": "2.0.1",
|
|
"description": "Finds all JavaScript require dependencies from a filename.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "npx ava"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/11ty/eleventy-dependency-tree.git"
|
|
},
|
|
"author": {
|
|
"name": "Zach Leatherman",
|
|
"email": "zach@zachleat.com",
|
|
"url": "https://zachleat.com/"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"ava": "^3.15.0"
|
|
},
|
|
"ava": {
|
|
"files": [
|
|
"./test/*.js"
|
|
],
|
|
"ignoredByWatcher": [
|
|
"./test/stubs/**"
|
|
]
|
|
}
|
|
}
|