42 lines
945 B
JSON
42 lines
945 B
JSON
{
|
|
"name": "circular-dependency-plugin",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"jest": "^22.4.2",
|
|
"memory-fs": "^0.4.1",
|
|
"ts-loader": "^8.0.7",
|
|
"typescript": "^4.0.5",
|
|
"webpack": "^4.0.1",
|
|
"webpack5": "npm:webpack@^5.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": ">=4.0.1"
|
|
},
|
|
"description": "Detect modules with circular dependencies when bundling with webpack.",
|
|
"version": "5.2.2",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/aackerman/circular-dependency-plugin.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/aackerman/circular-dependency-plugin/issues"
|
|
},
|
|
"homepage": "https://github.com/aackerman/circular-dependency-plugin#readme",
|
|
"jest": {
|
|
"testMatch": [
|
|
"**/?(*.)(spec|test).js?(x)"
|
|
]
|
|
}
|
|
}
|